Shades of Deep Magenta #BA12D4
Tints of Deep Magenta #BA12D4
RGB
CMYK
RGB Variations
Color information
#BA12D4 (or 0xBA12D4) is known color: Deep Magenta. HEX triplet: BA, 12 and D4. RGB value is (186,18,212). Sum of RGB (Red+Green+Blue) = 186+18+212=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 18 (7.42% from 255 or 4.33% from 416); Blue value is 212 (83.20% from 255 or 50.96% from 416); Max value from RGB is 212 - color contains mainly: blue. Hex color #BA12D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA12D4 is #45ED2B. Grayscale: #595959. Windows color (decimal): -4582700 or 13898426. OLE color: 13898426.
HSL color Cylindrical-coordinate representation of color #BA12D4: hue angle of 291.96º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA12D4 is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 18 | 212 | - |
| CMYK | 0.12 | 0.92 | 0 | 0.17 |
| HSL | 291.96º | 0.84% | 0.45% | - |
| HSV(B) | 291.96º | 0.92% | 0.83% | - |
| XYZ | 32.35 | 15.63 | 63.6 | - |
| YUV | 90.35 | 196.66 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 212 | 0.12 | 0.92 | 0 | 0.17 | 291.96 | 0.84 | 0.45 |
| Hex | BA | 12 | D4 | C | 5C | 0 | 11 | 124 | 54 | 2D |
| Octal | 272 | 22 | 324 | 14 | 134 | 0 | 21 | 444 | 124 | 55 |
| Binary | 10111010 | 10010 | 11010100 | 1100 | 1011100 | 0 | 10001 | 100100100 | 1010100 | 101101 |
Color Harmonies of #BA12D4
Complementary color
Monochromatic Colors of #BA12D4
Black with #BA12D4
Text Example
Text Example
White with #BA12D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA12D4; }
p { color: rgb(186,18,212); }
H1.HeaderClassName
{
color: #BA12D4;
}
.AnyTagClassName
{
color: #BA12D4;
}
</style>
background-color css
<style>
a { background-color: #BA12D4; }
a { background-color: rgb(186,18,212); }
div.DivClassName
{
background-color: #BA12D4;
}
.BgClassName
{
background-color: #BA12D4;
}
</style>
border-color css
<style>
span { border-color: #BA12D4; }
span { border-color: rgb(186,18,212); }
td.TdClassName
{
border-color: #BA12D4;
}
.TagClassName
{
border-color: #BA12D4;
}
</style>