#BD1DC5
A medium, vivid magenta closely aligning with Darkorchid.
About #BD1DC5
When working with digital screens, the color #BD1DC5 is rendered by mixing light. It is closely associated with the named CSS color Darkorchid. This translates to an RGB value of rgb(189, 29, 197).
Translating this color to physical media requires the CMYK color model. The color uses 4% Cyan, 85% Magenta, 0% Yellow, and 23% Black. 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#BD1DC5
RGB189, 29, 197
HSL297.1°, 74.3%, 44.3%
CMYK4%, 85%, 0%, 23%
HSV297.1°, 85.3%, 77.3%
LAB46.6, 76.1, -50.5
XYZ31.5, 15.7, 54.2
Decimal12393925
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.07:1
Text on #FFFFFF
AA
4.15:1
Text on #000000
AA Large
4.84:1
Text on #F8FAFC
AA
3.52:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD1DC5;
}
.text-color {
color: #BD1DC5;
}
.border-color {
border: 2px solid #BD1DC5;
}