Shades of Deep Magenta #BA12DE
Tints of Deep Magenta #BA12DE
RGB
CMYK
RGB Variations
Color information
#BA12DE (or 0xBA12DE) is known color: Deep Magenta. HEX triplet: BA, 12 and DE. RGB value is (186,18,222). Sum of RGB (Red+Green+Blue) = 186+18+222=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 18 (7.42% from 255 or 4.23% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA12DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA12DE is #45ED21. Grayscale: #5A5A5A. Windows color (decimal): -4582690 or 14553786. OLE color: 14553786.
HSL color Cylindrical-coordinate representation of color #BA12DE: hue angle of 289.41º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA12DE is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 18 | 222 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.13 |
| HSL | 289.41º | 0.85% | 0.47% | - |
| HSV(B) | 289.41º | 0.92% | 0.87% | - |
| XYZ | 33.65 | 16.15 | 70.45 | - |
| YUV | 91.49 | 201.66 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 222 | 0.16 | 0.92 | 0 | 0.13 | 289.41 | 0.85 | 0.47 |
| Hex | BA | 12 | DE | 10 | 5C | 0 | D | 121 | 55 | 2F |
| Octal | 272 | 22 | 336 | 20 | 134 | 0 | 15 | 441 | 125 | 57 |
| Binary | 10111010 | 10010 | 11011110 | 10000 | 1011100 | 0 | 1101 | 100100001 | 1010101 | 101111 |
Color Harmonies of #BA12DE
Complementary color
Monochromatic Colors of #BA12DE
Black with #BA12DE
Text Example
Text Example
White with #BA12DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA12DE; }
p { color: rgb(186,18,222); }
H1.HeaderClassName
{
color: #BA12DE;
}
.AnyTagClassName
{
color: #BA12DE;
}
</style>
background-color css
<style>
a { background-color: #BA12DE; }
a { background-color: rgb(186,18,222); }
div.DivClassName
{
background-color: #BA12DE;
}
.BgClassName
{
background-color: #BA12DE;
}
</style>
border-color css
<style>
span { border-color: #BA12DE; }
span { border-color: rgb(186,18,222); }
td.TdClassName
{
border-color: #BA12DE;
}
.TagClassName
{
border-color: #BA12DE;
}
</style>