#BD57A8
A medium, moderate magenta closely aligning with Orchid.
About #BD57A8
At its core, #BD57A8 is a medium and moderate hue. Designers often compare it to the standard color Orchid. In the RGB color space, it consists of 189 red, 87 green, and 168 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 54% magenta, 11% 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. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BD57A8
RGB189, 87, 168
HSL312.4°, 43.6%, 54.1%
CMYK0%, 54%, 11%, 26%
HSV312.4°, 54.0%, 74.1%
LAB52.4, 51.2, -24.6
XYZ31.5, 20.5, 39.3
Decimal12408744
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.12:1
Text on #FFFFFF
AA Large
5.09:1
Text on #000000
AA
3.94:1
Text on #F8FAFC
AA Large
4.33:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD57A8;
}
.text-color {
color: #BD57A8;
}
.border-color {
border: 2px solid #BD57A8;
}