Shades of Deep Magenta #BA09AD
Tints of Deep Magenta #BA09AD
RGB
CMYK
RGB Variations
Color information
#BA09AD (or 0xBA09AD) is known color: Deep Magenta. HEX triplet: BA, 09 and AD. RGB value is (186,9,173). Sum of RGB (Red+Green+Blue) = 186+9+173=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 9 (3.91% from 255 or 2.45% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA09AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA09AD is #45F652. Grayscale: #505050. Windows color (decimal): -4585043 or 11340218. OLE color: 11340218.
HSL color Cylindrical-coordinate representation of color #BA09AD: hue angle of 304.41º 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 #BA09AD is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 9 | 173 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.27 |
| HSL | 304.41º | 0.91% | 0.38% | - |
| HSV(B) | 304.41º | 0.95% | 0.73% | - |
| XYZ | 27.89 | 13.65 | 40.7 | - |
| YUV | 80.62 | 180.14 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 173 | 0 | 0.95 | 0.07 | 0.27 | 304.41 | 0.91 | 0.38 |
| Hex | BA | 9 | AD | 0 | 5F | 7 | 1B | 130 | 5B | 26 |
| Octal | 272 | 11 | 255 | 0 | 137 | 7 | 33 | 460 | 133 | 46 |
| Binary | 10111010 | 1001 | 10101101 | 0 | 1011111 | 111 | 11011 | 100110000 | 1011011 | 100110 |
Color Harmonies of #BA09AD
Complementary color
Monochromatic Colors of #BA09AD
Black with #BA09AD
Text Example
Text Example
White with #BA09AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA09AD; }
p { color: rgb(186,9,173); }
H1.HeaderClassName
{
color: #BA09AD;
}
.AnyTagClassName
{
color: #BA09AD;
}
</style>
background-color css
<style>
a { background-color: #BA09AD; }
a { background-color: rgb(186,9,173); }
div.DivClassName
{
background-color: #BA09AD;
}
.BgClassName
{
background-color: #BA09AD;
}
</style>
border-color css
<style>
span { border-color: #BA09AD; }
span { border-color: rgb(186,9,173); }
td.TdClassName
{
border-color: #BA09AD;
}
.TagClassName
{
border-color: #BA09AD;
}
</style>