#BD0FB6
A medium, vivid magenta closely aligning with Darkmagenta.
About #BD0FB6
At its core, #BD0FB6 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Darkmagenta. To achieve this exact tint on a monitor, you would use an RGB mix of 189, 15, and 182.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 92% Magenta, 4% Yellow, and 26% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#BD0FB6
RGB189, 15, 182
HSL302.4°, 85.3%, 40.0%
CMYK0%, 92%, 4%, 26%
HSV302.4°, 92.1%, 74.1%
LAB45.0, 76.0, -44.4
XYZ29.6, 14.5, 45.5
Decimal12390326
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.37:1
Text on #FFFFFF
AA
3.91:1
Text on #000000
AA Large
5.14:1
Text on #F8FAFC
AA
3.32:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD0FB6;
}
.text-color {
color: #BD0FB6;
}
.border-color {
border: 2px solid #BD0FB6;
}