#B63AF0
A medium, vivid purple closely aligning with Darkviolet.
About #B63AF0
At its core, #B63AF0 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Darkviolet. This translates to an RGB value of rgb(182, 58, 240).
Translating this color to physical media requires the CMYK color model. The color uses 24% Cyan, 76% Magenta, 0% Yellow, and 6% Black. With a hue angle of 280.9 degrees, it sits comfortably in the purple spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#B63AF0
RGB182, 58, 240
HSL280.9°, 85.8%, 58.4%
CMYK24%, 76%, 0%, 6%
HSV280.9°, 75.8%, 94.1%
LAB51.0, 74.8, -68.1
XYZ36.5, 19.3, 84.2
Decimal11942640
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.33:1
Text on #FFFFFF
AA Large
4.85:1
Text on #000000
AA
4.14:1
Text on #F8FAFC
AA Large
4.13:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B63AF0;
}
.text-color {
color: #B63AF0;
}
.border-color {
border: 2px solid #B63AF0;
}