Shades of Deep Magenta #BA12DC
Tints of Deep Magenta #BA12DC
RGB
CMYK
RGB Variations
Color information
#BA12DC (or 0xBA12DC) is known color: Deep Magenta. HEX triplet: BA, 12 and DC. RGB value is (186,18,220). Sum of RGB (Red+Green+Blue) = 186+18+220=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 18 (7.42% from 255 or 4.25% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA12DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA12DC is #45ED23. Grayscale: #5A5A5A. Windows color (decimal): -4582692 or 14422714. OLE color: 14422714.
HSL color Cylindrical-coordinate representation of color #BA12DC: hue angle of 289.9º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA12DC is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 18 | 220 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.14 |
| HSL | 289.9º | 0.85% | 0.47% | - |
| HSV(B) | 289.9º | 0.92% | 0.86% | - |
| XYZ | 33.38 | 16.04 | 69.05 | - |
| YUV | 91.26 | 200.66 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 220 | 0.15 | 0.92 | 0 | 0.14 | 289.9 | 0.85 | 0.47 |
| Hex | BA | 12 | DC | F | 5C | 0 | E | 122 | 55 | 2F |
| Octal | 272 | 22 | 334 | 17 | 134 | 0 | 16 | 442 | 125 | 57 |
| Binary | 10111010 | 10010 | 11011100 | 1111 | 1011100 | 0 | 1110 | 100100010 | 1010101 | 101111 |
Color Harmonies of #BA12DC
Complementary color
Monochromatic Colors of #BA12DC
Black with #BA12DC
Text Example
Text Example
White with #BA12DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA12DC; }
p { color: rgb(186,18,220); }
H1.HeaderClassName
{
color: #BA12DC;
}
.AnyTagClassName
{
color: #BA12DC;
}
</style>
background-color css
<style>
a { background-color: #BA12DC; }
a { background-color: rgb(186,18,220); }
div.DivClassName
{
background-color: #BA12DC;
}
.BgClassName
{
background-color: #BA12DC;
}
</style>
border-color css
<style>
span { border-color: #BA12DC; }
span { border-color: rgb(186,18,220); }
td.TdClassName
{
border-color: #BA12DC;
}
.TagClassName
{
border-color: #BA12DC;
}
</style>