Shades of Deep Magenta #BA09DE
Tints of Deep Magenta #BA09DE
RGB
CMYK
RGB Variations
Color information
#BA09DE (or 0xBA09DE) is known color: Deep Magenta. HEX triplet: BA, 09 and DE. RGB value is (186,9,222). Sum of RGB (Red+Green+Blue) = 186+9+222=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 9 (3.91% from 255 or 2.16% from 417); Blue value is 222 (87.11% from 255 or 53.24% from 417); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA09DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA09DE is #45F621. Grayscale: #555555. Windows color (decimal): -4584994 or 14551482. OLE color: 14551482.
HSL color Cylindrical-coordinate representation of color #BA09DE: hue angle of 289.86º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA09DE is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 9 | 222 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.13 |
| HSL | 289.86º | 0.92% | 0.45% | - |
| HSV(B) | 289.86º | 0.96% | 0.87% | - |
| XYZ | 33.53 | 15.91 | 70.41 | - |
| YUV | 86.21 | 204.64 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 222 | 0.16 | 0.96 | 0 | 0.13 | 289.86 | 0.92 | 0.45 |
| Hex | BA | 9 | DE | 10 | 60 | 0 | D | 122 | 5C | 2D |
| Octal | 272 | 11 | 336 | 20 | 140 | 0 | 15 | 442 | 134 | 55 |
| Binary | 10111010 | 1001 | 11011110 | 10000 | 1100000 | 0 | 1101 | 100100010 | 1011100 | 101101 |
Color Harmonies of #BA09DE
Complementary color
Monochromatic Colors of #BA09DE
Black with #BA09DE
Text Example
Text Example
White with #BA09DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA09DE; }
p { color: rgb(186,9,222); }
H1.HeaderClassName
{
color: #BA09DE;
}
.AnyTagClassName
{
color: #BA09DE;
}
</style>
background-color css
<style>
a { background-color: #BA09DE; }
a { background-color: rgb(186,9,222); }
div.DivClassName
{
background-color: #BA09DE;
}
.BgClassName
{
background-color: #BA09DE;
}
</style>
border-color css
<style>
span { border-color: #BA09DE; }
span { border-color: rgb(186,9,222); }
td.TdClassName
{
border-color: #BA09DE;
}
.TagClassName
{
border-color: #BA09DE;
}
</style>