Shades of Deep Magenta #BA09DD
Tints of Deep Magenta #BA09DD
RGB
CMYK
RGB Variations
Color information
#BA09DD (or 0xBA09DD) is known color: Deep Magenta. HEX triplet: BA, 09 and DD. RGB value is (186,9,221). Sum of RGB (Red+Green+Blue) = 186+9+221=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 9 (3.91% from 255 or 2.16% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA09DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA09DD is #45F622. Grayscale: #555555. Windows color (decimal): -4584995 or 14485946. OLE color: 14485946.
HSL color Cylindrical-coordinate representation of color #BA09DD: hue angle of 290.09º 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 #BA09DD is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 9 | 221 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.13 |
| HSL | 290.09º | 0.92% | 0.45% | - |
| HSV(B) | 290.09º | 0.96% | 0.87% | - |
| XYZ | 33.4 | 15.85 | 69.71 | - |
| YUV | 86.09 | 204.14 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 221 | 0.16 | 0.96 | 0 | 0.13 | 290.09 | 0.92 | 0.45 |
| Hex | BA | 9 | DD | 10 | 60 | 0 | D | 122 | 5C | 2D |
| Octal | 272 | 11 | 335 | 20 | 140 | 0 | 15 | 442 | 134 | 55 |
| Binary | 10111010 | 1001 | 11011101 | 10000 | 1100000 | 0 | 1101 | 100100010 | 1011100 | 101101 |
Color Harmonies of #BA09DD
Complementary color
Monochromatic Colors of #BA09DD
Black with #BA09DD
Text Example
Text Example
White with #BA09DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA09DD; }
p { color: rgb(186,9,221); }
H1.HeaderClassName
{
color: #BA09DD;
}
.AnyTagClassName
{
color: #BA09DD;
}
</style>
background-color css
<style>
a { background-color: #BA09DD; }
a { background-color: rgb(186,9,221); }
div.DivClassName
{
background-color: #BA09DD;
}
.BgClassName
{
background-color: #BA09DD;
}
</style>
border-color css
<style>
span { border-color: #BA09DD; }
span { border-color: rgb(186,9,221); }
td.TdClassName
{
border-color: #BA09DD;
}
.TagClassName
{
border-color: #BA09DD;
}
</style>