HSB to RGB Converter
Convert HSB / HSV (hue, saturation, brightness) color values to RGB.
#6366f2
Hue
Saturation (%)
Brightness (%)
RGB
Red
99
Green
102
Blue
242
rgb(99, 102, 242)
#6366f2
HSB / HSV to RGB conversion
HSB (also called HSV) represents colors with three components: Hue (0°–360° on the colour wheel), Saturation (0–100% from grey to vivid), and Brightness/Value (0–100% from black to full color). RGB represents the same color as intensities of red, green, and blue channels (0–255 each). HSB is the model used by most design tools (Photoshop, Figma, Sketch) because it maps more closely to how humans perceive color. For the reverse, use RGB to HSB, or convert HEX to HSB with HEX to HSB.
Related Design & CSS tools
Color Converter
Convert a color to HEX, RGB, HSL, HSB, and CMYK at once.
HEX to RGB
Convert HEX color codes to RGB / RGBA values.
RGB to HEX
Convert RGB values into HEX color codes.
CSS Box Shadow Generator
Visually design CSS box-shadow with a live preview and code.
CSS Border Radius Generator
Visually craft border-radius with a live preview.
HEX to CMYK
Convert HEX colors to CMYK print values.
CMYK to HEX
Convert CMYK print values to HEX colors.
HEX to HSB
Convert HEX colors to HSB / HSV values.