#BD33AF
A medium, moderate magenta closely aligning with Mediumorchid.
About #BD33AF
At its core, #BD33AF is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Mediumorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 189, 51, and 175.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 73% magenta, 7% yellow, and 26% black. The HSL representation is 306.1° hue, 57.5% saturation, and 47.1% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BD33AF
RGB189, 51, 175
HSL306.1°, 57.5%, 47.1%
CMYK0%, 73%, 7%, 26%
HSV306.1°, 73.0%, 74.1%
LAB47.3, 67.1, -36.5
XYZ29.9, 16.3, 42.1
Decimal12399535
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.93:1
Text on #FFFFFF
AA
4.26:1
Text on #000000
AA Large
4.72:1
Text on #F8FAFC
AA
3.62:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD33AF;
}
.text-color {
color: #BD33AF;
}
.border-color {
border: 2px solid #BD33AF;
}