Shades of Deep Magenta #BA0BBC
Tints of Deep Magenta #BA0BBC
RGB
CMYK
RGB Variations
Color information
#BA0BBC (or 0xBA0BBC) is known color: Deep Magenta. HEX triplet: BA, 0B and BC. RGB value is (186,11,188). Sum of RGB (Red+Green+Blue) = 186+11+188=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 11 (4.69% from 255 or 2.86% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA0BBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0BBC is #45F443. Grayscale: #525252. Windows color (decimal): -4584516 or 12323770. OLE color: 12323770.
HSL color Cylindrical-coordinate representation of color #BA0BBC: hue angle of 299.32º degrees, saturation: 0.89, 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 #BA0BBC is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 11 | 188 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.26 |
| HSL | 299.32º | 0.89% | 0.39% | - |
| HSV(B) | 299.32º | 0.94% | 0.74% | - |
| XYZ | 29.45 | 14.31 | 48.79 | - |
| YUV | 83.5 | 186.98 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 11 | 188 | 0.01 | 0.94 | 0 | 0.26 | 299.32 | 0.89 | 0.39 |
| Hex | BA | B | BC | 1 | 5E | 0 | 1A | 12B | 59 | 27 |
| Octal | 272 | 13 | 274 | 1 | 136 | 0 | 32 | 453 | 131 | 47 |
| Binary | 10111010 | 1011 | 10111100 | 1 | 1011110 | 0 | 11010 | 100101011 | 1011001 | 100111 |
Color Harmonies of #BA0BBC
Complementary color
Monochromatic Colors of #BA0BBC
Black with #BA0BBC
Text Example
Text Example
White with #BA0BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0BBC; }
p { color: rgb(186,11,188); }
H1.HeaderClassName
{
color: #BA0BBC;
}
.AnyTagClassName
{
color: #BA0BBC;
}
</style>
background-color css
<style>
a { background-color: #BA0BBC; }
a { background-color: rgb(186,11,188); }
div.DivClassName
{
background-color: #BA0BBC;
}
.BgClassName
{
background-color: #BA0BBC;
}
</style>
border-color css
<style>
span { border-color: #BA0BBC; }
span { border-color: rgb(186,11,188); }
td.TdClassName
{
border-color: #BA0BBC;
}
.TagClassName
{
border-color: #BA0BBC;
}
</style>