Shades of Deep Magenta #BA09DC
Tints of Deep Magenta #BA09DC
RGB
CMYK
RGB Variations
Color information
#BA09DC (or 0xBA09DC) is known color: Deep Magenta. HEX triplet: BA, 09 and DC. RGB value is (186,9,220). Sum of RGB (Red+Green+Blue) = 186+9+220=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 9 (3.91% from 255 or 2.17% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA09DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA09DC is #45F623. Grayscale: #555555. Windows color (decimal): -4584996 or 14420410. OLE color: 14420410.
HSL color Cylindrical-coordinate representation of color #BA09DC: hue angle of 290.33º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA09DC is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 9 | 220 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.14 |
| HSL | 290.33º | 0.92% | 0.45% | - |
| HSV(B) | 290.33º | 0.96% | 0.86% | - |
| XYZ | 33.27 | 15.8 | 69.01 | - |
| YUV | 85.98 | 203.64 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 220 | 0.15 | 0.96 | 0 | 0.14 | 290.33 | 0.92 | 0.45 |
| Hex | BA | 9 | DC | F | 60 | 0 | E | 122 | 5C | 2D |
| Octal | 272 | 11 | 334 | 17 | 140 | 0 | 16 | 442 | 134 | 55 |
| Binary | 10111010 | 1001 | 11011100 | 1111 | 1100000 | 0 | 1110 | 100100010 | 1011100 | 101101 |
Color Harmonies of #BA09DC
Complementary color
Monochromatic Colors of #BA09DC
Black with #BA09DC
Text Example
Text Example
White with #BA09DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA09DC; }
p { color: rgb(186,9,220); }
H1.HeaderClassName
{
color: #BA09DC;
}
.AnyTagClassName
{
color: #BA09DC;
}
</style>
background-color css
<style>
a { background-color: #BA09DC; }
a { background-color: rgb(186,9,220); }
div.DivClassName
{
background-color: #BA09DC;
}
.BgClassName
{
background-color: #BA09DC;
}
</style>
border-color css
<style>
span { border-color: #BA09DC; }
span { border-color: rgb(186,9,220); }
td.TdClassName
{
border-color: #BA09DC;
}
.TagClassName
{
border-color: #BA09DC;
}
</style>