Skip to content
ZeroServer.tools

RGB to HSB Converter

Convert RGB (red, green, blue) color values to HSB / HSV (hue, saturation, brightness).

#6366f1
Red
Green
Blue
HSB / HSV
Hue
239°
Saturation
59%
Brightness
95%

hsb(239, 59%, 95%)

RGB to HSB / HSV conversion

HSB (Hue, Saturation, Brightness) — also called HSV (Hue, Saturation, Value) — is a cylindrical color model that matches how designers intuitively think about color. Hue is the angle on the wheel (0°–360°), saturation is how vivid the color is (0% = grey, 100% = pure), and brightness/value is how light or dark it is (0% = black, 100% = full color). Compare with HSL (Lightness), where 50% is the pure color and 100% is white. For the reverse conversion use HSB to RGB, or see Color Converter for all formats at once.

Related Design & CSS tools