#B63AC5
A medium, moderate magenta closely aligning with Mediumorchid.
About #B63AC5
Visually, #B63AC5 is defined as a moderate magenta. 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 182, 58, and 197.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 8% C, 71% M, 0% Y, and 23% K. The HSL representation is 293.5° hue, 54.5% saturation, and 50.0% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B63AC5
RGB182, 58, 197
HSL293.5°, 54.5%, 50.0%
CMYK8%, 71%, 0%, 23%
HSV293.5°, 70.6%, 77.3%
LAB48.3, 66.7, -48.0
XYZ30.9, 17.0, 54.5
Decimal11942597
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.77:1
Text on #FFFFFF
AA
4.40:1
Text on #000000
AA Large
4.56:1
Text on #F8FAFC
AA
3.74:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B63AC5;
}
.text-color {
color: #B63AC5;
}
.border-color {
border: 2px solid #B63AC5;
}