Shades of Deep Magenta #BA06D1
Tints of Deep Magenta #BA06D1
RGB
CMYK
RGB Variations
Color information
#BA06D1 (or 0xBA06D1) is known color: Deep Magenta. HEX triplet: BA, 06 and D1. RGB value is (186,6,209). Sum of RGB (Red+Green+Blue) = 186+6+209=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 6 (2.73% from 255 or 1.50% from 401); Blue value is 209 (82.03% from 255 or 52.12% from 401); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA06D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA06D1 is #45F92E. Grayscale: #525252. Windows color (decimal): -4585775 or 13698746. OLE color: 13698746.
HSL color Cylindrical-coordinate representation of color #BA06D1: hue angle of 293.2º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA06D1 is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 6 | 209 | - |
| CMYK | 0.11 | 0.97 | 0 | 0.18 |
| HSL | 293.2º | 0.94% | 0.42% | - |
| HSV(B) | 293.2º | 0.97% | 0.82% | - |
| XYZ | 31.82 | 15.17 | 61.57 | - |
| YUV | 82.96 | 199.13 | 201.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 209 | 0.11 | 0.97 | 0 | 0.18 | 293.2 | 0.94 | 0.42 |
| Hex | BA | 6 | D1 | B | 61 | 0 | 12 | 125 | 5E | 2A |
| Octal | 272 | 6 | 321 | 13 | 141 | 0 | 22 | 445 | 136 | 52 |
| Binary | 10111010 | 110 | 11010001 | 1011 | 1100001 | 0 | 10010 | 100100101 | 1011110 | 101010 |
Color Harmonies of #BA06D1
Complementary color
Monochromatic Colors of #BA06D1
Black with #BA06D1
Text Example
Text Example
White with #BA06D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA06D1; }
p { color: rgb(186,6,209); }
H1.HeaderClassName
{
color: #BA06D1;
}
.AnyTagClassName
{
color: #BA06D1;
}
</style>
background-color css
<style>
a { background-color: #BA06D1; }
a { background-color: rgb(186,6,209); }
div.DivClassName
{
background-color: #BA06D1;
}
.BgClassName
{
background-color: #BA06D1;
}
</style>
border-color css
<style>
span { border-color: #BA06D1; }
span { border-color: rgb(186,6,209); }
td.TdClassName
{
border-color: #BA06D1;
}
.TagClassName
{
border-color: #BA06D1;
}
</style>