Shades of Deep Magenta #BA0ABD
Tints of Deep Magenta #BA0ABD
RGB
CMYK
RGB Variations
Color information
#BA0ABD (or 0xBA0ABD) is known color: Deep Magenta. HEX triplet: BA, 0A and BD. RGB value is (186,10,189). Sum of RGB (Red+Green+Blue) = 186+10+189=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 10 (4.30% from 255 or 2.60% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA0ABD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0ABD is #45F542. Grayscale: #525252. Windows color (decimal): -4584771 or 12389050. OLE color: 12389050.
HSL color Cylindrical-coordinate representation of color #BA0ABD: hue angle of 298.99º 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 #BA0ABD is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 10 | 189 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.26 |
| HSL | 298.99º | 0.9% | 0.39% | - |
| HSV(B) | 298.99º | 0.95% | 0.74% | - |
| XYZ | 29.54 | 14.33 | 49.35 | - |
| YUV | 83.03 | 187.81 | 201.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 10 | 189 | 0.02 | 0.95 | 0 | 0.26 | 298.99 | 0.9 | 0.39 |
| Hex | BA | A | BD | 2 | 5F | 0 | 1A | 12B | 5A | 27 |
| Octal | 272 | 12 | 275 | 2 | 137 | 0 | 32 | 453 | 132 | 47 |
| Binary | 10111010 | 1010 | 10111101 | 10 | 1011111 | 0 | 11010 | 100101011 | 1011010 | 100111 |
Color Harmonies of #BA0ABD
Complementary color
Monochromatic Colors of #BA0ABD
Black with #BA0ABD
Text Example
Text Example
White with #BA0ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0ABD; }
p { color: rgb(186,10,189); }
H1.HeaderClassName
{
color: #BA0ABD;
}
.AnyTagClassName
{
color: #BA0ABD;
}
</style>
background-color css
<style>
a { background-color: #BA0ABD; }
a { background-color: rgb(186,10,189); }
div.DivClassName
{
background-color: #BA0ABD;
}
.BgClassName
{
background-color: #BA0ABD;
}
</style>
border-color css
<style>
span { border-color: #BA0ABD; }
span { border-color: rgb(186,10,189); }
td.TdClassName
{
border-color: #BA0ABD;
}
.TagClassName
{
border-color: #BA0ABD;
}
</style>