#BD1D5F
A medium, vivid magenta closely aligning with Mediumvioletred.
About #BD1D5F
Visually, #BD1D5F is defined as a vivid magenta. Its closest recognized web color is Mediumvioletred. This translates to an RGB value of rgb(189, 29, 95).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 85% magenta, 50% yellow, and 26% black. With a hue angle of 335.2 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#BD1D5F
RGB189, 29, 95
HSL335.2°, 73.4%, 42.7%
CMYK0%, 85%, 50%, 26%
HSV335.2°, 84.7%, 74.1%
LAB42.0, 63.6, 4.2
XYZ23.5, 12.5, 12.0
Decimal12393823
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.99:1
Text on #FFFFFF
AA
3.50:1
Text on #000000
AA Large
5.73:1
Text on #F8FAFC
AA
2.98:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #BD1D5F;
}
.text-color {
color: #BD1D5F;
}
.border-color {
border: 2px solid #BD1D5F;
}