#B63AAF
A medium, moderate magenta closely aligning with Mediumorchid.
About #B63AAF
The hex code #B63AAF represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Mediumorchid. Its digital footprint relies on 182 parts red, 58 parts green, and 175 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 68% M, 4% Y, and 29% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#B63AAF
RGB182, 58, 175
HSL303.4°, 51.7%, 47.1%
CMYK0%, 68%, 4%, 29%
HSV303.4°, 68.1%, 71.4%
LAB47.1, 63.0, -37.0
XYZ28.5, 16.1, 42.2
Decimal11942575
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.98:1
Text on #FFFFFF
AA
4.21:1
Text on #000000
AA Large
4.76:1
Text on #F8FAFC
AA
3.58:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B63AAF;
}
.text-color {
color: #B63AAF;
}
.border-color {
border: 2px solid #B63AAF;
}