#B600F0
A medium, vivid magenta closely aligning with Darkviolet.
About #B600F0
At its core, #B600F0 is a medium and vivid hue. It is closely associated with the named CSS color Darkviolet. This translates to an RGB value of rgb(182, 0, 240).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 24% C, 100% M, 0% Y, and 6% K. The HSL representation is 285.5° hue, 100.0% saturation, and 47.1% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#B600F0
RGB182, 0, 240
HSL285.5°, 100.0%, 47.1%
CMYK24%, 100%, 0%, 6%
HSV285.5°, 100.0%, 94.1%
LAB47.3, 85.7, -74.1
XYZ35.0, 16.2, 83.7
Decimal11927792
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.94:1
Text on #FFFFFF
AA
4.25:1
Text on #000000
AA Large
4.73:1
Text on #F8FAFC
AA
3.61:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B600F0;
}
.text-color {
color: #B600F0;
}
.border-color {
border: 2px solid #B600F0;
}