Shades of Deep Magenta #BA11D6
Tints of Deep Magenta #BA11D6
RGB
CMYK
RGB Variations
Color information
#BA11D6 (or 0xBA11D6) is known color: Deep Magenta. HEX triplet: BA, 11 and D6. RGB value is (186,17,214). Sum of RGB (Red+Green+Blue) = 186+17+214=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 17 (7.03% from 255 or 4.08% from 417); Blue value is 214 (83.98% from 255 or 51.32% from 417); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA11D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA11D6 is #45EE29. Grayscale: #595959. Windows color (decimal): -4582954 or 14029242. OLE color: 14029242.
HSL color Cylindrical-coordinate representation of color #BA11D6: hue angle of 291.47º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA11D6 is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 17 | 214 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.16 |
| HSL | 291.47º | 0.85% | 0.45% | - |
| HSV(B) | 291.47º | 0.92% | 0.84% | - |
| XYZ | 32.59 | 15.7 | 64.93 | - |
| YUV | 89.99 | 197.99 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 17 | 214 | 0.13 | 0.92 | 0 | 0.16 | 291.47 | 0.85 | 0.45 |
| Hex | BA | 11 | D6 | D | 5C | 0 | 10 | 123 | 55 | 2D |
| Octal | 272 | 21 | 326 | 15 | 134 | 0 | 20 | 443 | 125 | 55 |
| Binary | 10111010 | 10001 | 11010110 | 1101 | 1011100 | 0 | 10000 | 100100011 | 1010101 | 101101 |
Color Harmonies of #BA11D6
Complementary color
Monochromatic Colors of #BA11D6
Black with #BA11D6
Text Example
Text Example
White with #BA11D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA11D6; }
p { color: rgb(186,17,214); }
H1.HeaderClassName
{
color: #BA11D6;
}
.AnyTagClassName
{
color: #BA11D6;
}
</style>
background-color css
<style>
a { background-color: #BA11D6; }
a { background-color: rgb(186,17,214); }
div.DivClassName
{
background-color: #BA11D6;
}
.BgClassName
{
background-color: #BA11D6;
}
</style>
border-color css
<style>
span { border-color: #BA11D6; }
span { border-color: rgb(186,17,214); }
td.TdClassName
{
border-color: #BA11D6;
}
.TagClassName
{
border-color: #BA11D6;
}
</style>