Shades of Deep Magenta #BA09AC
Tints of Deep Magenta #BA09AC
RGB
CMYK
RGB Variations
Color information
#BA09AC (or 0xBA09AC) is known color: Deep Magenta. HEX triplet: BA, 09 and AC. RGB value is (186,9,172). Sum of RGB (Red+Green+Blue) = 186+9+172=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 9 (3.91% from 255 or 2.45% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA09AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA09AC is #45F653. Grayscale: #505050. Windows color (decimal): -4585044 or 11274682. OLE color: 11274682.
HSL color Cylindrical-coordinate representation of color #BA09AC: hue angle of 304.75º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA09AC is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 9 | 172 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.27 |
| HSL | 304.75º | 0.91% | 0.38% | - |
| HSV(B) | 304.75º | 0.95% | 0.73% | - |
| XYZ | 27.79 | 13.61 | 40.19 | - |
| YUV | 80.51 | 179.64 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 172 | 0 | 0.95 | 0.08 | 0.27 | 304.75 | 0.91 | 0.38 |
| Hex | BA | 9 | AC | 0 | 5F | 8 | 1B | 131 | 5B | 26 |
| Octal | 272 | 11 | 254 | 0 | 137 | 10 | 33 | 461 | 133 | 46 |
| Binary | 10111010 | 1001 | 10101100 | 0 | 1011111 | 1000 | 11011 | 100110001 | 1011011 | 100110 |
Color Harmonies of #BA09AC
Complementary color
Monochromatic Colors of #BA09AC
Black with #BA09AC
Text Example
Text Example
White with #BA09AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA09AC; }
p { color: rgb(186,9,172); }
H1.HeaderClassName
{
color: #BA09AC;
}
.AnyTagClassName
{
color: #BA09AC;
}
</style>
background-color css
<style>
a { background-color: #BA09AC; }
a { background-color: rgb(186,9,172); }
div.DivClassName
{
background-color: #BA09AC;
}
.BgClassName
{
background-color: #BA09AC;
}
</style>
border-color css
<style>
span { border-color: #BA09AC; }
span { border-color: rgb(186,9,172); }
td.TdClassName
{
border-color: #BA09AC;
}
.TagClassName
{
border-color: #BA09AC;
}
</style>