Shades of Deep Magenta #BA12D7
Tints of Deep Magenta #BA12D7
RGB
CMYK
RGB Variations
Color information
#BA12D7 (or 0xBA12D7) is known color: Deep Magenta. HEX triplet: BA, 12 and D7. RGB value is (186,18,215). Sum of RGB (Red+Green+Blue) = 186+18+215=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 18 (7.42% from 255 or 4.30% from 419); Blue value is 215 (84.38% from 255 or 51.31% from 419); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA12D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA12D7 is #45ED28. Grayscale: #5A5A5A. Windows color (decimal): -4582697 or 14095034. OLE color: 14095034.
HSL color Cylindrical-coordinate representation of color #BA12D7: hue angle of 291.17º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA12D7 is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 18 | 215 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.16 |
| HSL | 291.17º | 0.85% | 0.46% | - |
| HSV(B) | 291.17º | 0.92% | 0.84% | - |
| XYZ | 32.73 | 15.78 | 65.61 | - |
| YUV | 90.69 | 198.16 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 215 | 0.13 | 0.92 | 0 | 0.16 | 291.17 | 0.85 | 0.46 |
| Hex | BA | 12 | D7 | D | 5C | 0 | 10 | 123 | 55 | 2E |
| Octal | 272 | 22 | 327 | 15 | 134 | 0 | 20 | 443 | 125 | 56 |
| Binary | 10111010 | 10010 | 11010111 | 1101 | 1011100 | 0 | 10000 | 100100011 | 1010101 | 101110 |
Color Harmonies of #BA12D7
Complementary color
Monochromatic Colors of #BA12D7
Black with #BA12D7
Text Example
Text Example
White with #BA12D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA12D7; }
p { color: rgb(186,18,215); }
H1.HeaderClassName
{
color: #BA12D7;
}
.AnyTagClassName
{
color: #BA12D7;
}
</style>
background-color css
<style>
a { background-color: #BA12D7; }
a { background-color: rgb(186,18,215); }
div.DivClassName
{
background-color: #BA12D7;
}
.BgClassName
{
background-color: #BA12D7;
}
</style>
border-color css
<style>
span { border-color: #BA12D7; }
span { border-color: rgb(186,18,215); }
td.TdClassName
{
border-color: #BA12D7;
}
.TagClassName
{
border-color: #BA12D7;
}
</style>