Shades of Deep Magenta #BA06D9
Tints of Deep Magenta #BA06D9
RGB
CMYK
RGB Variations
Color information
#BA06D9 (or 0xBA06D9) is known color: Deep Magenta. HEX triplet: BA, 06 and D9. RGB value is (186,6,217). Sum of RGB (Red+Green+Blue) = 186+6+217=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 6 (2.73% from 255 or 1.47% from 409); Blue value is 217 (85.16% from 255 or 53.06% from 409); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA06D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA06D9 is #45F926. Grayscale: #535353. Windows color (decimal): -4585767 or 14223034. OLE color: 14223034.
HSL color Cylindrical-coordinate representation of color #BA06D9: hue angle of 291.18º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA06D9 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 6 | 217 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.15 |
| HSL | 291.18º | 0.95% | 0.44% | - |
| HSV(B) | 291.18º | 0.97% | 0.85% | - |
| XYZ | 32.84 | 15.58 | 66.92 | - |
| YUV | 83.87 | 203.13 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 217 | 0.14 | 0.97 | 0 | 0.15 | 291.18 | 0.95 | 0.44 |
| Hex | BA | 6 | D9 | E | 61 | 0 | F | 123 | 5F | 2C |
| Octal | 272 | 6 | 331 | 16 | 141 | 0 | 17 | 443 | 137 | 54 |
| Binary | 10111010 | 110 | 11011001 | 1110 | 1100001 | 0 | 1111 | 100100011 | 1011111 | 101100 |
Color Harmonies of #BA06D9
Complementary color
Monochromatic Colors of #BA06D9
Black with #BA06D9
Text Example
Text Example
White with #BA06D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA06D9; }
p { color: rgb(186,6,217); }
H1.HeaderClassName
{
color: #BA06D9;
}
.AnyTagClassName
{
color: #BA06D9;
}
</style>
background-color css
<style>
a { background-color: #BA06D9; }
a { background-color: rgb(186,6,217); }
div.DivClassName
{
background-color: #BA06D9;
}
.BgClassName
{
background-color: #BA06D9;
}
</style>
border-color css
<style>
span { border-color: #BA06D9; }
span { border-color: rgb(186,6,217); }
td.TdClassName
{
border-color: #BA06D9;
}
.TagClassName
{
border-color: #BA06D9;
}
</style>