Shades of Deep Magenta #BA12BF
Tints of Deep Magenta #BA12BF
RGB
CMYK
RGB Variations
Color information
#BA12BF (or 0xBA12BF) is known color: Deep Magenta. HEX triplet: BA, 12 and BF. RGB value is (186,18,191). Sum of RGB (Red+Green+Blue) = 186+18+191=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 18 (7.42% from 255 or 4.56% from 395); Blue value is 191 (75% from 255 or 48.35% from 395); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA12BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA12BF is #45ED40. Grayscale: #575757. Windows color (decimal): -4582721 or 12522170. OLE color: 12522170.
HSL color Cylindrical-coordinate representation of color #BA12BF: hue angle of 298.27º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA12BF is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 18 | 191 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.25 |
| HSL | 298.27º | 0.83% | 0.41% | - |
| HSV(B) | 298.27º | 0.91% | 0.75% | - |
| XYZ | 29.87 | 14.63 | 50.54 | - |
| YUV | 87.95 | 186.16 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 191 | 0.03 | 0.91 | 0 | 0.25 | 298.27 | 0.83 | 0.41 |
| Hex | BA | 12 | BF | 3 | 5B | 0 | 19 | 12A | 53 | 29 |
| Octal | 272 | 22 | 277 | 3 | 133 | 0 | 31 | 452 | 123 | 51 |
| Binary | 10111010 | 10010 | 10111111 | 11 | 1011011 | 0 | 11001 | 100101010 | 1010011 | 101001 |
Color Harmonies of #BA12BF
Complementary color
Monochromatic Colors of #BA12BF
Black with #BA12BF
Text Example
Text Example
White with #BA12BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA12BF; }
p { color: rgb(186,18,191); }
H1.HeaderClassName
{
color: #BA12BF;
}
.AnyTagClassName
{
color: #BA12BF;
}
</style>
background-color css
<style>
a { background-color: #BA12BF; }
a { background-color: rgb(186,18,191); }
div.DivClassName
{
background-color: #BA12BF;
}
.BgClassName
{
background-color: #BA12BF;
}
</style>
border-color css
<style>
span { border-color: #BA12BF; }
span { border-color: rgb(186,18,191); }
td.TdClassName
{
border-color: #BA12BF;
}
.TagClassName
{
border-color: #BA12BF;
}
</style>