Shades of Deep Magenta #BA12D6
Tints of Deep Magenta #BA12D6
RGB
CMYK
RGB Variations
Color information
#BA12D6 (or 0xBA12D6) is known color: Deep Magenta. HEX triplet: BA, 12 and D6. RGB value is (186,18,214). Sum of RGB (Red+Green+Blue) = 186+18+214=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 18 (7.42% from 255 or 4.31% from 418); Blue value is 214 (83.98% from 255 or 51.20% from 418); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA12D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA12D6 is #45ED29. Grayscale: #595959. Windows color (decimal): -4582698 or 14029498. OLE color: 14029498.
HSL color Cylindrical-coordinate representation of color #BA12D6: hue angle of 291.43º degrees, saturation: 0.84, 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 #BA12D6 is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 18 | 214 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.16 |
| HSL | 291.43º | 0.84% | 0.45% | - |
| HSV(B) | 291.43º | 0.92% | 0.84% | - |
| XYZ | 32.6 | 15.73 | 64.94 | - |
| YUV | 90.58 | 197.66 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 214 | 0.13 | 0.92 | 0 | 0.16 | 291.43 | 0.84 | 0.45 |
| Hex | BA | 12 | D6 | D | 5C | 0 | 10 | 123 | 54 | 2D |
| Octal | 272 | 22 | 326 | 15 | 134 | 0 | 20 | 443 | 124 | 55 |
| Binary | 10111010 | 10010 | 11010110 | 1101 | 1011100 | 0 | 10000 | 100100011 | 1010100 | 101101 |
Color Harmonies of #BA12D6
Complementary color
Monochromatic Colors of #BA12D6
Black with #BA12D6
Text Example
Text Example
White with #BA12D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA12D6; }
p { color: rgb(186,18,214); }
H1.HeaderClassName
{
color: #BA12D6;
}
.AnyTagClassName
{
color: #BA12D6;
}
</style>
background-color css
<style>
a { background-color: #BA12D6; }
a { background-color: rgb(186,18,214); }
div.DivClassName
{
background-color: #BA12D6;
}
.BgClassName
{
background-color: #BA12D6;
}
</style>
border-color css
<style>
span { border-color: #BA12D6; }
span { border-color: rgb(186,18,214); }
td.TdClassName
{
border-color: #BA12D6;
}
.TagClassName
{
border-color: #BA12D6;
}
</style>