Shades of Deep Magenta #BA12D0
Tints of Deep Magenta #BA12D0
RGB
CMYK
RGB Variations
Color information
#BA12D0 (or 0xBA12D0) is known color: Deep Magenta. HEX triplet: BA, 12 and D0. RGB value is (186,18,208). Sum of RGB (Red+Green+Blue) = 186+18+208=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 18 (7.42% from 255 or 4.37% from 412); Blue value is 208 (81.64% from 255 or 50.49% from 412); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA12D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA12D0 is #45ED2F. Grayscale: #595959. Windows color (decimal): -4582704 or 13636282. OLE color: 13636282.
HSL color Cylindrical-coordinate representation of color #BA12D0: hue angle of 293.05º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA12D0 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 18 | 208 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.18 |
| HSL | 293.05º | 0.84% | 0.44% | - |
| HSV(B) | 293.05º | 0.91% | 0.82% | - |
| XYZ | 31.85 | 15.43 | 60.97 | - |
| YUV | 89.89 | 194.66 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 208 | 0.11 | 0.91 | 0 | 0.18 | 293.05 | 0.84 | 0.44 |
| Hex | BA | 12 | D0 | B | 5B | 0 | 12 | 125 | 54 | 2C |
| Octal | 272 | 22 | 320 | 13 | 133 | 0 | 22 | 445 | 124 | 54 |
| Binary | 10111010 | 10010 | 11010000 | 1011 | 1011011 | 0 | 10010 | 100100101 | 1010100 | 101100 |
Color Harmonies of #BA12D0
Complementary color
Monochromatic Colors of #BA12D0
Black with #BA12D0
Text Example
Text Example
White with #BA12D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA12D0; }
p { color: rgb(186,18,208); }
H1.HeaderClassName
{
color: #BA12D0;
}
.AnyTagClassName
{
color: #BA12D0;
}
</style>
background-color css
<style>
a { background-color: #BA12D0; }
a { background-color: rgb(186,18,208); }
div.DivClassName
{
background-color: #BA12D0;
}
.BgClassName
{
background-color: #BA12D0;
}
</style>
border-color css
<style>
span { border-color: #BA12D0; }
span { border-color: rgb(186,18,208); }
td.TdClassName
{
border-color: #BA12D0;
}
.TagClassName
{
border-color: #BA12D0;
}
</style>