#B61DCC
A medium, vivid magenta closely aligning with Darkorchid.
About #B61DCC
The precise color #B61DCC is an excellent choice for modern design projects. It is closely associated with the named CSS color Darkorchid. This translates to an RGB value of rgb(182, 29, 204).
If you are designing for print, the four-color process is what matters most. The color uses 11% Cyan, 86% Magenta, 0% Yellow, and 20% Black. The HSL representation is 292.5° hue, 75.1% saturation, and 45.7% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#B61DCC
RGB182, 29, 204
HSL292.5°, 75.1%, 45.7%
CMYK11%, 86%, 0%, 20%
HSV292.5°, 85.8%, 80.0%
LAB45.9, 76.1, -55.8
XYZ30.6, 15.2, 58.4
Decimal11935180
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.20:1
Text on #FFFFFF
AA
4.04:1
Text on #000000
AA Large
4.97:1
Text on #F8FAFC
AA
3.43:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B61DCC;
}
.text-color {
color: #B61DCC;
}
.border-color {
border: 2px solid #B61DCC;
}