Shades of Deep Magenta #BA02CA
Tints of Deep Magenta #BA02CA
RGB
CMYK
RGB Variations
Color information
#BA02CA (or 0xBA02CA) is known color: Deep Magenta. HEX triplet: BA, 02 and CA. RGB value is (186,2,202). Sum of RGB (Red+Green+Blue) = 186+2+202=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 2 (1.17% from 255 or 0.51% from 390); Blue value is 202 (79.30% from 255 or 51.79% from 390); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA02CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA02CA is #45FD35. Grayscale: #4F4F4F. Windows color (decimal): -4586806 or 13238970. OLE color: 13238970.
HSL color Cylindrical-coordinate representation of color #BA02CA: hue angle of 295.2º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA02CA is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 2 | 202 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.21 |
| HSL | 295.2º | 0.98% | 0.4% | - |
| HSV(B) | 295.2º | 0.99% | 0.79% | - |
| XYZ | 30.93 | 14.75 | 57.09 | - |
| YUV | 79.82 | 196.96 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 2 | 202 | 0.08 | 0.99 | 0 | 0.21 | 295.2 | 0.98 | 0.4 |
| Hex | BA | 2 | CA | 8 | 63 | 0 | 15 | 127 | 62 | 28 |
| Octal | 272 | 2 | 312 | 10 | 143 | 0 | 25 | 447 | 142 | 50 |
| Binary | 10111010 | 10 | 11001010 | 1000 | 1100011 | 0 | 10101 | 100100111 | 1100010 | 101000 |
Color Harmonies of #BA02CA
Complementary color
Monochromatic Colors of #BA02CA
Black with #BA02CA
Text Example
Text Example
White with #BA02CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA02CA; }
p { color: rgb(186,2,202); }
H1.HeaderClassName
{
color: #BA02CA;
}
.AnyTagClassName
{
color: #BA02CA;
}
</style>
background-color css
<style>
a { background-color: #BA02CA; }
a { background-color: rgb(186,2,202); }
div.DivClassName
{
background-color: #BA02CA;
}
.BgClassName
{
background-color: #BA02CA;
}
</style>
border-color css
<style>
span { border-color: #BA02CA; }
span { border-color: rgb(186,2,202); }
td.TdClassName
{
border-color: #BA02CA;
}
.TagClassName
{
border-color: #BA02CA;
}
</style>