Shades of Deep Magenta #BA0ABE
Tints of Deep Magenta #BA0ABE
RGB
CMYK
RGB Variations
Color information
#BA0ABE (or 0xBA0ABE) is known color: Deep Magenta. HEX triplet: BA, 0A and BE. RGB value is (186,10,190). Sum of RGB (Red+Green+Blue) = 186+10+190=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 10 (4.30% from 255 or 2.59% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA0ABE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0ABE is #45F541. Grayscale: #525252. Windows color (decimal): -4584770 or 12454586. OLE color: 12454586.
HSL color Cylindrical-coordinate representation of color #BA0ABE: hue angle of 298.67º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0ABE is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 10 | 190 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.25 |
| HSL | 298.67º | 0.9% | 0.39% | - |
| HSV(B) | 298.67º | 0.95% | 0.75% | - |
| XYZ | 29.65 | 14.37 | 49.93 | - |
| YUV | 83.14 | 188.31 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 10 | 190 | 0.02 | 0.95 | 0 | 0.25 | 298.67 | 0.9 | 0.39 |
| Hex | BA | A | BE | 2 | 5F | 0 | 19 | 12B | 5A | 27 |
| Octal | 272 | 12 | 276 | 2 | 137 | 0 | 31 | 453 | 132 | 47 |
| Binary | 10111010 | 1010 | 10111110 | 10 | 1011111 | 0 | 11001 | 100101011 | 1011010 | 100111 |
Color Harmonies of #BA0ABE
Complementary color
Monochromatic Colors of #BA0ABE
Black with #BA0ABE
Text Example
Text Example
White with #BA0ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0ABE; }
p { color: rgb(186,10,190); }
H1.HeaderClassName
{
color: #BA0ABE;
}
.AnyTagClassName
{
color: #BA0ABE;
}
</style>
background-color css
<style>
a { background-color: #BA0ABE; }
a { background-color: rgb(186,10,190); }
div.DivClassName
{
background-color: #BA0ABE;
}
.BgClassName
{
background-color: #BA0ABE;
}
</style>
border-color css
<style>
span { border-color: #BA0ABE; }
span { border-color: rgb(186,10,190); }
td.TdClassName
{
border-color: #BA0ABE;
}
.TagClassName
{
border-color: #BA0ABE;
}
</style>