Shades of Deep Magenta #BA0CD4
Tints of Deep Magenta #BA0CD4
RGB
CMYK
RGB Variations
Color information
#BA0CD4 (or 0xBA0CD4) is known color: Deep Magenta. HEX triplet: BA, 0C and D4. RGB value is (186,12,212). Sum of RGB (Red+Green+Blue) = 186+12+212=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 12 (5.08% from 255 or 2.93% from 410); Blue value is 212 (83.20% from 255 or 51.71% from 410); Max value from RGB is 212 - color contains mainly: blue. Hex color #BA0CD4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0CD4 is #45F32B. Grayscale: #565656. Windows color (decimal): -4584236 or 13896890. OLE color: 13896890.
HSL color Cylindrical-coordinate representation of color #BA0CD4: hue angle of 292.2º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0CD4 is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 12 | 212 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.17 |
| HSL | 292.2º | 0.89% | 0.44% | - |
| HSV(B) | 292.2º | 0.94% | 0.83% | - |
| XYZ | 32.26 | 15.46 | 63.57 | - |
| YUV | 86.83 | 198.65 | 198.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 12 | 212 | 0.12 | 0.94 | 0 | 0.17 | 292.2 | 0.89 | 0.44 |
| Hex | BA | C | D4 | C | 5E | 0 | 11 | 124 | 59 | 2C |
| Octal | 272 | 14 | 324 | 14 | 136 | 0 | 21 | 444 | 131 | 54 |
| Binary | 10111010 | 1100 | 11010100 | 1100 | 1011110 | 0 | 10001 | 100100100 | 1011001 | 101100 |
Color Harmonies of #BA0CD4
Complementary color
Monochromatic Colors of #BA0CD4
Black with #BA0CD4
Text Example
Text Example
White with #BA0CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0CD4; }
p { color: rgb(186,12,212); }
H1.HeaderClassName
{
color: #BA0CD4;
}
.AnyTagClassName
{
color: #BA0CD4;
}
</style>
background-color css
<style>
a { background-color: #BA0CD4; }
a { background-color: rgb(186,12,212); }
div.DivClassName
{
background-color: #BA0CD4;
}
.BgClassName
{
background-color: #BA0CD4;
}
</style>
border-color css
<style>
span { border-color: #BA0CD4; }
span { border-color: rgb(186,12,212); }
td.TdClassName
{
border-color: #BA0CD4;
}
.TagClassName
{
border-color: #BA0CD4;
}
</style>