Shades of Deep Magenta #BA12CF
Tints of Deep Magenta #BA12CF
RGB
CMYK
RGB Variations
Color information
#BA12CF (or 0xBA12CF) is known color: Deep Magenta. HEX triplet: BA, 12 and CF. RGB value is (186,18,207). Sum of RGB (Red+Green+Blue) = 186+18+207=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 18 (7.42% from 255 or 4.38% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA12CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA12CF is #45ED30. Grayscale: #595959. Windows color (decimal): -4582705 or 13570746. OLE color: 13570746.
HSL color Cylindrical-coordinate representation of color #BA12CF: hue angle of 293.33º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA12CF is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 18 | 207 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.19 |
| HSL | 293.33º | 0.84% | 0.44% | - |
| HSV(B) | 293.33º | 0.91% | 0.81% | - |
| XYZ | 31.73 | 15.38 | 60.33 | - |
| YUV | 89.78 | 194.16 | 196.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 207 | 0.10 | 0.91 | 0 | 0.19 | 293.33 | 0.84 | 0.44 |
| Hex | BA | 12 | CF | A | 5B | 0 | 13 | 125 | 54 | 2C |
| Octal | 272 | 22 | 317 | 12 | 133 | 0 | 23 | 445 | 124 | 54 |
| Binary | 10111010 | 10010 | 11001111 | 1010 | 1011011 | 0 | 10011 | 100100101 | 1010100 | 101100 |
Color Harmonies of #BA12CF
Complementary color
Monochromatic Colors of #BA12CF
Black with #BA12CF
Text Example
Text Example
White with #BA12CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA12CF; }
p { color: rgb(186,18,207); }
H1.HeaderClassName
{
color: #BA12CF;
}
.AnyTagClassName
{
color: #BA12CF;
}
</style>
background-color css
<style>
a { background-color: #BA12CF; }
a { background-color: rgb(186,18,207); }
div.DivClassName
{
background-color: #BA12CF;
}
.BgClassName
{
background-color: #BA12CF;
}
</style>
border-color css
<style>
span { border-color: #BA12CF; }
span { border-color: rgb(186,18,207); }
td.TdClassName
{
border-color: #BA12CF;
}
.TagClassName
{
border-color: #BA12CF;
}
</style>