Shades of Deep Magenta #BA06CC
Tints of Deep Magenta #BA06CC
RGB
CMYK
RGB Variations
Color information
#BA06CC (or 0xBA06CC) is known color: Deep Magenta. HEX triplet: BA, 06 and CC. RGB value is (186,6,204). Sum of RGB (Red+Green+Blue) = 186+6+204=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 6 (2.73% from 255 or 1.52% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA06CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA06CC is #45F933. Grayscale: #515151. Windows color (decimal): -4585780 or 13371066. OLE color: 13371066.
HSL color Cylindrical-coordinate representation of color #BA06CC: hue angle of 294.55º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA06CC is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 6 | 204 | - |
| CMYK | 0.09 | 0.97 | 0 | 0.2 |
| HSL | 294.55º | 0.94% | 0.41% | - |
| HSV(B) | 294.55º | 0.97% | 0.8% | - |
| XYZ | 31.21 | 14.93 | 58.36 | - |
| YUV | 82.39 | 196.63 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 204 | 0.09 | 0.97 | 0 | 0.2 | 294.55 | 0.94 | 0.41 |
| Hex | BA | 6 | CC | 9 | 61 | 0 | 14 | 127 | 5E | 29 |
| Octal | 272 | 6 | 314 | 11 | 141 | 0 | 24 | 447 | 136 | 51 |
| Binary | 10111010 | 110 | 11001100 | 1001 | 1100001 | 0 | 10100 | 100100111 | 1011110 | 101001 |
Color Harmonies of #BA06CC
Complementary color
Monochromatic Colors of #BA06CC
Black with #BA06CC
Text Example
Text Example
White with #BA06CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA06CC; }
p { color: rgb(186,6,204); }
H1.HeaderClassName
{
color: #BA06CC;
}
.AnyTagClassName
{
color: #BA06CC;
}
</style>
background-color css
<style>
a { background-color: #BA06CC; }
a { background-color: rgb(186,6,204); }
div.DivClassName
{
background-color: #BA06CC;
}
.BgClassName
{
background-color: #BA06CC;
}
</style>
border-color css
<style>
span { border-color: #BA06CC; }
span { border-color: rgb(186,6,204); }
td.TdClassName
{
border-color: #BA06CC;
}
.TagClassName
{
border-color: #BA06CC;
}
</style>