Shades of Deep Magenta #BA12C0
Tints of Deep Magenta #BA12C0
RGB
CMYK
RGB Variations
Color information
#BA12C0 (or 0xBA12C0) is known color: Deep Magenta. HEX triplet: BA, 12 and C0. RGB value is (186,18,192). Sum of RGB (Red+Green+Blue) = 186+18+192=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 18 (7.42% from 255 or 4.55% from 396); Blue value is 192 (75.39% from 255 or 48.48% from 396); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA12C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA12C0 is #45ED3F. Grayscale: #575757. Windows color (decimal): -4582720 or 12587706. OLE color: 12587706.
HSL color Cylindrical-coordinate representation of color #BA12C0: hue angle of 297.93º 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 #BA12C0 is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 18 | 192 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.25 |
| HSL | 297.93º | 0.83% | 0.41% | - |
| HSV(B) | 297.93º | 0.91% | 0.75% | - |
| XYZ | 29.98 | 14.68 | 51.12 | - |
| YUV | 88.07 | 186.66 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 192 | 0.03 | 0.91 | 0 | 0.25 | 297.93 | 0.83 | 0.41 |
| Hex | BA | 12 | C0 | 3 | 5B | 0 | 19 | 12A | 53 | 29 |
| Octal | 272 | 22 | 300 | 3 | 133 | 0 | 31 | 452 | 123 | 51 |
| Binary | 10111010 | 10010 | 11000000 | 11 | 1011011 | 0 | 11001 | 100101010 | 1010011 | 101001 |
Color Harmonies of #BA12C0
Complementary color
Monochromatic Colors of #BA12C0
Black with #BA12C0
Text Example
Text Example
White with #BA12C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA12C0; }
p { color: rgb(186,18,192); }
H1.HeaderClassName
{
color: #BA12C0;
}
.AnyTagClassName
{
color: #BA12C0;
}
</style>
background-color css
<style>
a { background-color: #BA12C0; }
a { background-color: rgb(186,18,192); }
div.DivClassName
{
background-color: #BA12C0;
}
.BgClassName
{
background-color: #BA12C0;
}
</style>
border-color css
<style>
span { border-color: #BA12C0; }
span { border-color: rgb(186,18,192); }
td.TdClassName
{
border-color: #BA12C0;
}
.TagClassName
{
border-color: #BA12C0;
}
</style>