Shades of Deep Magenta #BA12BA
Tints of Deep Magenta #BA12BA
RGB
CMYK
RGB Variations
Color information
#BA12BA (or 0xBA12BA) is known color: Deep Magenta. HEX triplet: BA, 12 and BA. RGB value is (186,18,186). Sum of RGB (Red+Green+Blue) = 186+18+186=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 18 (7.42% from 255 or 4.62% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA12BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA12BA is #45ED45. Grayscale: #565656. Windows color (decimal): -4582726 or 12194490. OLE color: 12194490.
HSL color Cylindrical-coordinate representation of color #BA12BA: hue angle of 300º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA12BA is Cyan = 0, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 18 | 186 | - |
| CMYK | 0 | 0.90 | 0 | 0.27 |
| HSL | 300º | 0.82% | 0.4% | - |
| HSV(B) | 300º | 0.9% | 0.73% | - |
| XYZ | 29.33 | 14.42 | 47.69 | - |
| YUV | 87.38 | 183.66 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 186 | 0 | 0.90 | 0 | 0.27 | 300 | 0.82 | 0.4 |
| Hex | BA | 12 | BA | 0 | 5A | 0 | 1B | 12C | 52 | 28 |
| Octal | 272 | 22 | 272 | 0 | 132 | 0 | 33 | 454 | 122 | 50 |
| Binary | 10111010 | 10010 | 10111010 | 0 | 1011010 | 0 | 11011 | 100101100 | 1010010 | 101000 |
Color Harmonies of #BA12BA
Complementary color
Monochromatic Colors of #BA12BA
Black with #BA12BA
Text Example
Text Example
White with #BA12BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA12BA; }
p { color: rgb(186,18,186); }
H1.HeaderClassName
{
color: #BA12BA;
}
.AnyTagClassName
{
color: #BA12BA;
}
</style>
background-color css
<style>
a { background-color: #BA12BA; }
a { background-color: rgb(186,18,186); }
div.DivClassName
{
background-color: #BA12BA;
}
.BgClassName
{
background-color: #BA12BA;
}
</style>
border-color css
<style>
span { border-color: #BA12BA; }
span { border-color: rgb(186,18,186); }
td.TdClassName
{
border-color: #BA12BA;
}
.TagClassName
{
border-color: #BA12BA;
}
</style>