#B600C5
A dark, vivid magenta closely aligning with Darkorchid.
About #B600C5
Visually, #B600C5 is defined as a vivid magenta. It is closely associated with the named CSS color Darkorchid. In the RGB color space, it consists of 182 red, 0 green, and 197 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 8% cyan and 100% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#B600C5
RGB182, 0, 197
HSL295.4°, 100.0%, 38.6%
CMYK8%, 100%, 0%, 23%
HSV295.4°, 100.0%, 77.3%
LAB44.2, 78.6, -54.5
XYZ29.4, 14.0, 54.0
Decimal11927749
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.53:1
Text on #FFFFFF
AA
3.80:1
Text on #000000
AA Large
5.29:1
Text on #F8FAFC
AA
3.23:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B600C5;
}
.text-color {
color: #B600C5;
}
.border-color {
border: 2px solid #B600C5;
}