Shades of Deep Magenta #BA06CA
Tints of Deep Magenta #BA06CA
RGB
CMYK
RGB Variations
Color information
#BA06CA (or 0xBA06CA) is known color: Deep Magenta. HEX triplet: BA, 06 and CA. RGB value is (186,6,202). Sum of RGB (Red+Green+Blue) = 186+6+202=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 6 (2.73% from 255 or 1.52% from 394); Blue value is 202 (79.30% from 255 or 51.27% from 394); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA06CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA06CA is #45F935. Grayscale: #515151. Windows color (decimal): -4585782 or 13239994. OLE color: 13239994.
HSL color Cylindrical-coordinate representation of color #BA06CA: hue angle of 295.1º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA06CA is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 6 | 202 | - |
| CMYK | 0.08 | 0.97 | 0 | 0.21 |
| HSL | 295.1º | 0.94% | 0.41% | - |
| HSV(B) | 295.1º | 0.97% | 0.79% | - |
| XYZ | 30.98 | 14.83 | 57.11 | - |
| YUV | 82.16 | 195.63 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 202 | 0.08 | 0.97 | 0 | 0.21 | 295.1 | 0.94 | 0.41 |
| Hex | BA | 6 | CA | 8 | 61 | 0 | 15 | 127 | 5E | 29 |
| Octal | 272 | 6 | 312 | 10 | 141 | 0 | 25 | 447 | 136 | 51 |
| Binary | 10111010 | 110 | 11001010 | 1000 | 1100001 | 0 | 10101 | 100100111 | 1011110 | 101001 |
Color Harmonies of #BA06CA
Complementary color
Monochromatic Colors of #BA06CA
Black with #BA06CA
Text Example
Text Example
White with #BA06CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA06CA; }
p { color: rgb(186,6,202); }
H1.HeaderClassName
{
color: #BA06CA;
}
.AnyTagClassName
{
color: #BA06CA;
}
</style>
background-color css
<style>
a { background-color: #BA06CA; }
a { background-color: rgb(186,6,202); }
div.DivClassName
{
background-color: #BA06CA;
}
.BgClassName
{
background-color: #BA06CA;
}
</style>
border-color css
<style>
span { border-color: #BA06CA; }
span { border-color: rgb(186,6,202); }
td.TdClassName
{
border-color: #BA06CA;
}
.TagClassName
{
border-color: #BA06CA;
}
</style>