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
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.