Shades of Deep Magenta #BA12BB
Tints of Deep Magenta #BA12BB
RGB
CMYK
RGB Variations
Color information
#BA12BB (or 0xBA12BB) is known color: Deep Magenta. HEX triplet: BA, 12 and BB. RGB value is (186,18,187). Sum of RGB (Red+Green+Blue) = 186+18+187=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 18 (7.42% from 255 or 4.60% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA12BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA12BB is #45ED44. Grayscale: #565656. Windows color (decimal): -4582725 or 12260026. OLE color: 12260026.
HSL color Cylindrical-coordinate representation of color #BA12BB: hue angle of 299.64º 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 #BA12BB is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 18 | 187 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.27 |
| HSL | 299.65º | 0.82% | 0.4% | - |
| HSV(B) | 299.65º | 0.9% | 0.73% | - |
| XYZ | 29.44 | 14.46 | 48.25 | - |
| YUV | 87.5 | 184.16 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 187 | 0.01 | 0.90 | 0 | 0.27 | 299.65 | 0.82 | 0.4 |
| Hex | BA | 12 | BB | 1 | 5A | 0 | 1B | 12C | 52 | 28 |
| Octal | 272 | 22 | 273 | 1 | 132 | 0 | 33 | 454 | 122 | 50 |
| Binary | 10111010 | 10010 | 10111011 | 1 | 1011010 | 0 | 11011 | 100101100 | 1010010 | 101000 |
Color Harmonies of #BA12BB
Complementary color
Monochromatic Colors of #BA12BB
Black with #BA12BB
Text Example
Text Example
White with #BA12BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA12BB; }
p { color: rgb(186,18,187); }
H1.HeaderClassName
{
color: #BA12BB;
}
.AnyTagClassName
{
color: #BA12BB;
}
</style>
background-color css
<style>
a { background-color: #BA12BB; }
a { background-color: rgb(186,18,187); }
div.DivClassName
{
background-color: #BA12BB;
}
.BgClassName
{
background-color: #BA12BB;
}
</style>
border-color css
<style>
span { border-color: #BA12BB; }
span { border-color: rgb(186,18,187); }
td.TdClassName
{
border-color: #BA12BB;
}
.TagClassName
{
border-color: #BA12BB;
}
</style>