Shades of Deep Magenta #BA12D1
Tints of Deep Magenta #BA12D1
RGB
CMYK
RGB Variations
Color information
#BA12D1 (or 0xBA12D1) is known color: Deep Magenta. HEX triplet: BA, 12 and D1. RGB value is (186,18,209). Sum of RGB (Red+Green+Blue) = 186+18+209=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 18 (7.42% from 255 or 4.36% from 413); Blue value is 209 (82.03% from 255 or 50.61% from 413); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA12D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA12D1 is #45ED2E. Grayscale: #595959. Windows color (decimal): -4582703 or 13701818. OLE color: 13701818.
HSL color Cylindrical-coordinate representation of color #BA12D1: hue angle of 292.77º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA12D1 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 18 | 209 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.18 |
| HSL | 292.77º | 0.84% | 0.45% | - |
| HSV(B) | 292.77º | 0.91% | 0.82% | - |
| XYZ | 31.97 | 15.48 | 61.62 | - |
| YUV | 90.01 | 195.16 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 209 | 0.11 | 0.91 | 0 | 0.18 | 292.77 | 0.84 | 0.45 |
| Hex | BA | 12 | D1 | B | 5B | 0 | 12 | 125 | 54 | 2D |
| Octal | 272 | 22 | 321 | 13 | 133 | 0 | 22 | 445 | 124 | 55 |
| Binary | 10111010 | 10010 | 11010001 | 1011 | 1011011 | 0 | 10010 | 100100101 | 1010100 | 101101 |
Color Harmonies of #BA12D1
Complementary color
Monochromatic Colors of #BA12D1
Black with #BA12D1
Text Example
Text Example
White with #BA12D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA12D1; }
p { color: rgb(186,18,209); }
H1.HeaderClassName
{
color: #BA12D1;
}
.AnyTagClassName
{
color: #BA12D1;
}
</style>
background-color css
<style>
a { background-color: #BA12D1; }
a { background-color: rgb(186,18,209); }
div.DivClassName
{
background-color: #BA12D1;
}
.BgClassName
{
background-color: #BA12D1;
}
</style>
border-color css
<style>
span { border-color: #BA12D1; }
span { border-color: rgb(186,18,209); }
td.TdClassName
{
border-color: #BA12D1;
}
.TagClassName
{
border-color: #BA12D1;
}
</style>