Shades of Deep Magenta #BA02C9
Tints of Deep Magenta #BA02C9
RGB
CMYK
RGB Variations
Color information
#BA02C9 (or 0xBA02C9) is known color: Deep Magenta. HEX triplet: BA, 02 and C9. RGB value is (186,2,201). Sum of RGB (Red+Green+Blue) = 186+2+201=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 2 (1.17% from 255 or 0.51% from 389); Blue value is 201 (78.91% from 255 or 51.67% from 389); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA02C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA02C9 is #45FD36. Grayscale: #4F4F4F. Windows color (decimal): -4586807 or 13173434. OLE color: 13173434.
HSL color Cylindrical-coordinate representation of color #BA02C9: hue angle of 295.48º 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 #BA02C9 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 2 | 201 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.21 |
| HSL | 295.48º | 0.98% | 0.4% | - |
| HSV(B) | 295.48º | 0.99% | 0.79% | - |
| XYZ | 30.81 | 14.7 | 56.47 | - |
| YUV | 79.7 | 196.46 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 2 | 201 | 0.07 | 0.99 | 0 | 0.21 | 295.48 | 0.98 | 0.4 |
| Hex | BA | 2 | C9 | 7 | 63 | 0 | 15 | 127 | 62 | 28 |
| Octal | 272 | 2 | 311 | 7 | 143 | 0 | 25 | 447 | 142 | 50 |
| Binary | 10111010 | 10 | 11001001 | 111 | 1100011 | 0 | 10101 | 100100111 | 1100010 | 101000 |
Color Harmonies of #BA02C9
Complementary color
Monochromatic Colors of #BA02C9
Black with #BA02C9
Text Example
Text Example
White with #BA02C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA02C9; }
p { color: rgb(186,2,201); }
H1.HeaderClassName
{
color: #BA02C9;
}
.AnyTagClassName
{
color: #BA02C9;
}
</style>
background-color css
<style>
a { background-color: #BA02C9; }
a { background-color: rgb(186,2,201); }
div.DivClassName
{
background-color: #BA02C9;
}
.BgClassName
{
background-color: #BA02C9;
}
</style>
border-color css
<style>
span { border-color: #BA02C9; }
span { border-color: rgb(186,2,201); }
td.TdClassName
{
border-color: #BA02C9;
}
.TagClassName
{
border-color: #BA02C9;
}
</style>