#BD3AB6
A medium, moderate magenta closely aligning with Mediumorchid.
About #BD3AB6
When working with digital screens, the color #BD3AB6 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Mediumorchid. This translates to an RGB value of rgb(189, 58, 182).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 69% magenta, 4% yellow, and 26% black. The HSL representation is 303.2° hue, 53.0% saturation, and 48.4% lightness.
When using this color as a background, text legibility must be considered. 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#BD3AB6
RGB189, 58, 182
HSL303.2°, 53.0%, 48.4%
CMYK0%, 69%, 4%, 26%
HSV303.2°, 69.3%, 74.1%
LAB48.5, 65.8, -38.7
XYZ30.9, 17.2, 45.9
Decimal12401334
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.72:1
Text on #FFFFFF
AA
4.44:1
Text on #000000
AA Large
4.52:1
Text on #F8FAFC
AA
3.78:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD3AB6;
}
.text-color {
color: #BD3AB6;
}
.border-color {
border: 2px solid #BD3AB6;
}