Skip to content
ZeroServer.tools

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