Shades of Deep Magenta #BA0CBC
Tints of Deep Magenta #BA0CBC
RGB
CMYK
RGB Variations
Color information
#BA0CBC (or 0xBA0CBC) is known color: Deep Magenta. HEX triplet: BA, 0C and BC. RGB value is (186,12,188). Sum of RGB (Red+Green+Blue) = 186+12+188=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 12 (5.08% from 255 or 3.11% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA0CBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0CBC is #45F343. Grayscale: #535353. Windows color (decimal): -4584260 or 12324026. OLE color: 12324026.
HSL color Cylindrical-coordinate representation of color #BA0CBC: hue angle of 299.32º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0CBC is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 12 | 188 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.26 |
| HSL | 299.32º | 0.88% | 0.39% | - |
| HSV(B) | 299.32º | 0.94% | 0.74% | - |
| XYZ | 29.46 | 14.33 | 48.79 | - |
| YUV | 84.09 | 186.65 | 200.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 12 | 188 | 0.01 | 0.94 | 0 | 0.26 | 299.32 | 0.88 | 0.39 |
| Hex | BA | C | BC | 1 | 5E | 0 | 1A | 12B | 58 | 27 |
| Octal | 272 | 14 | 274 | 1 | 136 | 0 | 32 | 453 | 130 | 47 |
| Binary | 10111010 | 1100 | 10111100 | 1 | 1011110 | 0 | 11010 | 100101011 | 1011000 | 100111 |
Color Harmonies of #BA0CBC
Complementary color
Monochromatic Colors of #BA0CBC
Black with #BA0CBC
Text Example
Text Example
White with #BA0CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0CBC; }
p { color: rgb(186,12,188); }
H1.HeaderClassName
{
color: #BA0CBC;
}
.AnyTagClassName
{
color: #BA0CBC;
}
</style>
background-color css
<style>
a { background-color: #BA0CBC; }
a { background-color: rgb(186,12,188); }
div.DivClassName
{
background-color: #BA0CBC;
}
.BgClassName
{
background-color: #BA0CBC;
}
</style>
border-color css
<style>
span { border-color: #BA0CBC; }
span { border-color: rgb(186,12,188); }
td.TdClassName
{
border-color: #BA0CBC;
}
.TagClassName
{
border-color: #BA0CBC;
}
</style>