#B600CC
A medium, vivid magenta closely aligning with Darkviolet.
About #B600CC
Visually, #B600CC is defined as a vivid magenta. Its closest recognized web color is Darkviolet. In the RGB color space, it consists of 182 red, 0 green, and 204 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 11% C, 100% M, 0% Y, and 20% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#B600CC
RGB182, 0, 204
HSL293.5°, 100.0%, 40.0%
CMYK11%, 100%, 0%, 20%
HSV293.5°, 100.0%, 80.0%
LAB44.7, 79.7, -57.8
XYZ30.2, 14.3, 58.3
Decimal11927756
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.44:1
Text on #FFFFFF
AA
3.86:1
Text on #000000
AA Large
5.20:1
Text on #F8FAFC
AA
3.28:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B600CC;
}
.text-color {
color: #B600CC;
}
.border-color {
border: 2px solid #B600CC;
}