Shades of Deep Magenta #BA06C8
Tints of Deep Magenta #BA06C8
RGB
CMYK
RGB Variations
Color information
#BA06C8 (or 0xBA06C8) is known color: Deep Magenta. HEX triplet: BA, 06 and C8. RGB value is (186,6,200). Sum of RGB (Red+Green+Blue) = 186+6+200=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 6 (2.73% from 255 or 1.53% from 392); Blue value is 200 (78.52% from 255 or 51.02% from 392); Max value from RGB is 200 - color contains mainly: blue. Hex color #BA06C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA06C8 is #45F937. Grayscale: #515151. Windows color (decimal): -4585784 or 13108922. OLE color: 13108922.
HSL color Cylindrical-coordinate representation of color #BA06C8: hue angle of 295.67º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA06C8 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 6 | 200 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.22 |
| HSL | 295.67º | 0.94% | 0.4% | - |
| HSV(B) | 295.67º | 0.97% | 0.78% | - |
| XYZ | 30.74 | 14.74 | 55.87 | - |
| YUV | 81.94 | 194.63 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 200 | 0.07 | 0.97 | 0 | 0.22 | 295.67 | 0.94 | 0.4 |
| Hex | BA | 6 | C8 | 7 | 61 | 0 | 16 | 128 | 5E | 28 |
| Octal | 272 | 6 | 310 | 7 | 141 | 0 | 26 | 450 | 136 | 50 |
| Binary | 10111010 | 110 | 11001000 | 111 | 1100001 | 0 | 10110 | 100101000 | 1011110 | 101000 |
Color Harmonies of #BA06C8
Complementary color
Monochromatic Colors of #BA06C8
Black with #BA06C8
Text Example
Text Example
White with #BA06C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA06C8; }
p { color: rgb(186,6,200); }
H1.HeaderClassName
{
color: #BA06C8;
}
.AnyTagClassName
{
color: #BA06C8;
}
</style>
background-color css
<style>
a { background-color: #BA06C8; }
a { background-color: rgb(186,6,200); }
div.DivClassName
{
background-color: #BA06C8;
}
.BgClassName
{
background-color: #BA06C8;
}
</style>
border-color css
<style>
span { border-color: #BA06C8; }
span { border-color: rgb(186,6,200); }
td.TdClassName
{
border-color: #BA06C8;
}
.TagClassName
{
border-color: #BA06C8;
}
</style>