#B63ACC
A medium, moderate magenta closely aligning with Darkorchid.
About #B63ACC
Visually, #B63ACC is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Darkorchid. In the RGB color space, it consists of 182 red, 58 green, and 204 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 11% C, 72% M, 0% Y, and 20% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B63ACC
RGB182, 58, 204
HSL291.0°, 58.9%, 51.4%
CMYK11%, 72%, 0%, 20%
HSV291.0°, 71.6%, 80.0%
LAB48.7, 68.0, -51.4
XYZ31.7, 17.3, 58.8
Decimal11942604
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.70:1
Text on #FFFFFF
AA
4.47:1
Text on #000000
AA Large
4.49:1
Text on #F8FAFC
AA Large
3.80:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B63ACC;
}
.text-color {
color: #B63ACC;
}
.border-color {
border: 2px solid #B63ACC;
}