Shades of Deep Magenta #BA02DC
Tints of Deep Magenta #BA02DC
RGB
CMYK
RGB Variations
Color information
#BA02DC (or 0xBA02DC) is known color: Deep Magenta. HEX triplet: BA, 02 and DC. RGB value is (186,2,220). Sum of RGB (Red+Green+Blue) = 186+2+220=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 2 (1.17% from 255 or 0.49% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA02DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA02DC is #45FD23. Grayscale: #515151. Windows color (decimal): -4586788 or 14418618. OLE color: 14418618.
HSL color Cylindrical-coordinate representation of color #BA02DC: hue angle of 290.64º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA02DC is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 2 | 220 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.14 |
| HSL | 290.64º | 0.98% | 0.44% | - |
| HSV(B) | 290.64º | 0.99% | 0.86% | - |
| XYZ | 33.19 | 15.65 | 68.98 | - |
| YUV | 81.87 | 205.96 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 2 | 220 | 0.15 | 0.99 | 0 | 0.14 | 290.64 | 0.98 | 0.44 |
| Hex | BA | 2 | DC | F | 63 | 0 | E | 123 | 62 | 2C |
| Octal | 272 | 2 | 334 | 17 | 143 | 0 | 16 | 443 | 142 | 54 |
| Binary | 10111010 | 10 | 11011100 | 1111 | 1100011 | 0 | 1110 | 100100011 | 1100010 | 101100 |
Color Harmonies of #BA02DC
Complementary color
Monochromatic Colors of #BA02DC
Black with #BA02DC
Text Example
Text Example
White with #BA02DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA02DC; }
p { color: rgb(186,2,220); }
H1.HeaderClassName
{
color: #BA02DC;
}
.AnyTagClassName
{
color: #BA02DC;
}
</style>
background-color css
<style>
a { background-color: #BA02DC; }
a { background-color: rgb(186,2,220); }
div.DivClassName
{
background-color: #BA02DC;
}
.BgClassName
{
background-color: #BA02DC;
}
</style>
border-color css
<style>
span { border-color: #BA02DC; }
span { border-color: rgb(186,2,220); }
td.TdClassName
{
border-color: #BA02DC;
}
.TagClassName
{
border-color: #BA02DC;
}
</style>