Shades of Deep Magenta #BA06BD
Tints of Deep Magenta #BA06BD
RGB
CMYK
RGB Variations
Color information
#BA06BD (or 0xBA06BD) is known color: Deep Magenta. HEX triplet: BA, 06 and BD. RGB value is (186,6,189). Sum of RGB (Red+Green+Blue) = 186+6+189=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 6 (2.73% from 255 or 1.57% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA06BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA06BD is #45F942. Grayscale: #505050. Windows color (decimal): -4585795 or 12388026. OLE color: 12388026.
HSL color Cylindrical-coordinate representation of color #BA06BD: hue angle of 299.02º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA06BD is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 6 | 189 | - |
| CMYK | 0.02 | 0.97 | 0 | 0.26 |
| HSL | 299.02º | 0.94% | 0.38% | - |
| HSV(B) | 299.02º | 0.97% | 0.74% | - |
| XYZ | 29.5 | 14.24 | 49.34 | - |
| YUV | 80.68 | 189.13 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 189 | 0.02 | 0.97 | 0 | 0.26 | 299.02 | 0.94 | 0.38 |
| Hex | BA | 6 | BD | 2 | 61 | 0 | 1A | 12B | 5E | 26 |
| Octal | 272 | 6 | 275 | 2 | 141 | 0 | 32 | 453 | 136 | 46 |
| Binary | 10111010 | 110 | 10111101 | 10 | 1100001 | 0 | 11010 | 100101011 | 1011110 | 100110 |
Color Harmonies of #BA06BD
Complementary color
Monochromatic Colors of #BA06BD
Black with #BA06BD
Text Example
Text Example
White with #BA06BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA06BD; }
p { color: rgb(186,6,189); }
H1.HeaderClassName
{
color: #BA06BD;
}
.AnyTagClassName
{
color: #BA06BD;
}
</style>
background-color css
<style>
a { background-color: #BA06BD; }
a { background-color: rgb(186,6,189); }
div.DivClassName
{
background-color: #BA06BD;
}
.BgClassName
{
background-color: #BA06BD;
}
</style>
border-color css
<style>
span { border-color: #BA06BD; }
span { border-color: rgb(186,6,189); }
td.TdClassName
{
border-color: #BA06BD;
}
.TagClassName
{
border-color: #BA06BD;
}
</style>