Shades of Deep Magenta #BA06BA
Tints of Deep Magenta #BA06BA
RGB
CMYK
RGB Variations
Color information
#BA06BA (or 0xBA06BA) is known color: Deep Magenta. HEX triplet: BA, 06 and BA. RGB value is (186,6,186). Sum of RGB (Red+Green+Blue) = 186+6+186=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 6 (2.73% from 255 or 1.59% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA06BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA06BA is #45F945. Grayscale: #4F4F4F. Windows color (decimal): -4585798 or 12191418. OLE color: 12191418.
HSL color Cylindrical-coordinate representation of color #BA06BA: hue angle of 300º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA06BA is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 6 | 186 | - |
| CMYK | 0 | 0.97 | 0 | 0.27 |
| HSL | 300º | 0.94% | 0.38% | - |
| HSV(B) | 300º | 0.97% | 0.73% | - |
| XYZ | 29.18 | 14.11 | 47.64 | - |
| YUV | 80.34 | 187.63 | 203.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 186 | 0 | 0.97 | 0 | 0.27 | 300 | 0.94 | 0.38 |
| Hex | BA | 6 | BA | 0 | 61 | 0 | 1B | 12C | 5E | 26 |
| Octal | 272 | 6 | 272 | 0 | 141 | 0 | 33 | 454 | 136 | 46 |
| Binary | 10111010 | 110 | 10111010 | 0 | 1100001 | 0 | 11011 | 100101100 | 1011110 | 100110 |
Color Harmonies of #BA06BA
Complementary color
Monochromatic Colors of #BA06BA
Black with #BA06BA
Text Example
Text Example
White with #BA06BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA06BA; }
p { color: rgb(186,6,186); }
H1.HeaderClassName
{
color: #BA06BA;
}
.AnyTagClassName
{
color: #BA06BA;
}
</style>
background-color css
<style>
a { background-color: #BA06BA; }
a { background-color: rgb(186,6,186); }
div.DivClassName
{
background-color: #BA06BA;
}
.BgClassName
{
background-color: #BA06BA;
}
</style>
border-color css
<style>
span { border-color: #BA06BA; }
span { border-color: rgb(186,6,186); }
td.TdClassName
{
border-color: #BA06BA;
}
.TagClassName
{
border-color: #BA06BA;
}
</style>