Shades of Deep Magenta #BA0AC1
Tints of Deep Magenta #BA0AC1
RGB
CMYK
RGB Variations
Color information
#BA0AC1 (or 0xBA0AC1) is known color: Deep Magenta. HEX triplet: BA, 0A and C1. RGB value is (186,10,193). Sum of RGB (Red+Green+Blue) = 186+10+193=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 10 (4.30% from 255 or 2.57% from 389); Blue value is 193 (75.78% from 255 or 49.61% from 389); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA0AC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0AC1 is #45F53E. Grayscale: #525252. Windows color (decimal): -4584767 or 12651194. OLE color: 12651194.
HSL color Cylindrical-coordinate representation of color #BA0AC1: hue angle of 297.7º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0AC1 is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 10 | 193 | - |
| CMYK | 0.04 | 0.95 | 0 | 0.24 |
| HSL | 297.7º | 0.9% | 0.4% | - |
| HSV(B) | 297.7º | 0.95% | 0.76% | - |
| XYZ | 29.98 | 14.51 | 51.67 | - |
| YUV | 83.49 | 189.81 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 10 | 193 | 0.04 | 0.95 | 0 | 0.24 | 297.7 | 0.9 | 0.4 |
| Hex | BA | A | C1 | 4 | 5F | 0 | 18 | 12A | 5A | 28 |
| Octal | 272 | 12 | 301 | 4 | 137 | 0 | 30 | 452 | 132 | 50 |
| Binary | 10111010 | 1010 | 11000001 | 100 | 1011111 | 0 | 11000 | 100101010 | 1011010 | 101000 |
Color Harmonies of #BA0AC1
Complementary color
Monochromatic Colors of #BA0AC1
Black with #BA0AC1
Text Example
Text Example
White with #BA0AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0AC1; }
p { color: rgb(186,10,193); }
H1.HeaderClassName
{
color: #BA0AC1;
}
.AnyTagClassName
{
color: #BA0AC1;
}
</style>
background-color css
<style>
a { background-color: #BA0AC1; }
a { background-color: rgb(186,10,193); }
div.DivClassName
{
background-color: #BA0AC1;
}
.BgClassName
{
background-color: #BA0AC1;
}
</style>
border-color css
<style>
span { border-color: #BA0AC1; }
span { border-color: rgb(186,10,193); }
td.TdClassName
{
border-color: #BA0AC1;
}
.TagClassName
{
border-color: #BA0AC1;
}
</style>