Shades of Deep Magenta #BA09D9
Tints of Deep Magenta #BA09D9
RGB
CMYK
RGB Variations
Color information
#BA09D9 (or 0xBA09D9) is known color: Deep Magenta. HEX triplet: BA, 09 and D9. RGB value is (186,9,217). Sum of RGB (Red+Green+Blue) = 186+9+217=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 9 (3.91% from 255 or 2.18% from 412); Blue value is 217 (85.16% from 255 or 52.67% from 412); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA09D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA09D9 is #45F626. Grayscale: #545454. Windows color (decimal): -4584999 or 14223802. OLE color: 14223802.
HSL color Cylindrical-coordinate representation of color #BA09D9: hue angle of 291.06º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA09D9 is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 9 | 217 | - |
| CMYK | 0.14 | 0.96 | 0 | 0.15 |
| HSL | 291.06º | 0.92% | 0.44% | - |
| HSV(B) | 291.06º | 0.96% | 0.85% | - |
| XYZ | 32.87 | 15.64 | 66.93 | - |
| YUV | 85.64 | 202.14 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 217 | 0.14 | 0.96 | 0 | 0.15 | 291.06 | 0.92 | 0.44 |
| Hex | BA | 9 | D9 | E | 60 | 0 | F | 123 | 5C | 2C |
| Octal | 272 | 11 | 331 | 16 | 140 | 0 | 17 | 443 | 134 | 54 |
| Binary | 10111010 | 1001 | 11011001 | 1110 | 1100000 | 0 | 1111 | 100100011 | 1011100 | 101100 |
Color Harmonies of #BA09D9
Complementary color
Monochromatic Colors of #BA09D9
Black with #BA09D9
Text Example
Text Example
White with #BA09D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA09D9; }
p { color: rgb(186,9,217); }
H1.HeaderClassName
{
color: #BA09D9;
}
.AnyTagClassName
{
color: #BA09D9;
}
</style>
background-color css
<style>
a { background-color: #BA09D9; }
a { background-color: rgb(186,9,217); }
div.DivClassName
{
background-color: #BA09D9;
}
.BgClassName
{
background-color: #BA09D9;
}
</style>
border-color css
<style>
span { border-color: #BA09D9; }
span { border-color: rgb(186,9,217); }
td.TdClassName
{
border-color: #BA09D9;
}
.TagClassName
{
border-color: #BA09D9;
}
</style>