#BD16A8
A medium, vivid magenta closely aligning with Darkmagenta.
About #BD16A8
The precise color #BD16A8 is an excellent choice for modern design projects. It is closely associated with the named CSS color Darkmagenta. Its digital footprint relies on 189 parts red, 22 parts green, and 168 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 88% Magenta, 11% Yellow, and 26% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BD16A8
RGB189, 22, 168
HSL307.5°, 79.1%, 41.4%
CMYK0%, 88%, 11%, 26%
HSV307.5°, 88.4%, 74.1%
LAB44.5, 73.1, -36.8
XYZ28.3, 14.2, 38.3
Decimal12392104
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.46:1
Text on #FFFFFF
AA
3.84:1
Text on #000000
AA Large
5.22:1
Text on #F8FAFC
AA
3.27:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD16A8;
}
.text-color {
color: #BD16A8;
}
.border-color {
border: 2px solid #BD16A8;
}