Shades of Deep Magenta #BA0ABC
Tints of Deep Magenta #BA0ABC
RGB
CMYK
RGB Variations
Color information
#BA0ABC (or 0xBA0ABC) is known color: Deep Magenta. HEX triplet: BA, 0A and BC. RGB value is (186,10,188). Sum of RGB (Red+Green+Blue) = 186+10+188=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 10 (4.30% from 255 or 2.60% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA0ABC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0ABC is #45F543. Grayscale: #525252. Windows color (decimal): -4584772 or 12323514. OLE color: 12323514.
HSL color Cylindrical-coordinate representation of color #BA0ABC: hue angle of 299.33º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0ABC is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 10 | 188 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.26 |
| HSL | 299.33º | 0.9% | 0.39% | - |
| HSV(B) | 299.33º | 0.95% | 0.74% | - |
| XYZ | 29.44 | 14.29 | 48.78 | - |
| YUV | 82.92 | 187.31 | 201.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 10 | 188 | 0.01 | 0.95 | 0 | 0.26 | 299.33 | 0.9 | 0.39 |
| Hex | BA | A | BC | 1 | 5F | 0 | 1A | 12B | 5A | 27 |
| Octal | 272 | 12 | 274 | 1 | 137 | 0 | 32 | 453 | 132 | 47 |
| Binary | 10111010 | 1010 | 10111100 | 1 | 1011111 | 0 | 11010 | 100101011 | 1011010 | 100111 |
Color Harmonies of #BA0ABC
Complementary color
Monochromatic Colors of #BA0ABC
Black with #BA0ABC
Text Example
Text Example
White with #BA0ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0ABC; }
p { color: rgb(186,10,188); }
H1.HeaderClassName
{
color: #BA0ABC;
}
.AnyTagClassName
{
color: #BA0ABC;
}
</style>
background-color css
<style>
a { background-color: #BA0ABC; }
a { background-color: rgb(186,10,188); }
div.DivClassName
{
background-color: #BA0ABC;
}
.BgClassName
{
background-color: #BA0ABC;
}
</style>
border-color css
<style>
span { border-color: #BA0ABC; }
span { border-color: rgb(186,10,188); }
td.TdClassName
{
border-color: #BA0ABC;
}
.TagClassName
{
border-color: #BA0ABC;
}
</style>