Shades of Deep Magenta #BA0DDD
Tints of Deep Magenta #BA0DDD
RGB
CMYK
RGB Variations
Color information
#BA0DDD (or 0xBA0DDD) is known color: Deep Magenta. HEX triplet: BA, 0D and DD. RGB value is (186,13,221). Sum of RGB (Red+Green+Blue) = 186+13+221=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 13 (5.47% from 255 or 3.10% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA0DDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0DDD is #45F222. Grayscale: #575757. Windows color (decimal): -4583971 or 14486970. OLE color: 14486970.
HSL color Cylindrical-coordinate representation of color #BA0DDD: hue angle of 289.9º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0DDD is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 13 | 221 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.13 |
| HSL | 289.9º | 0.89% | 0.46% | - |
| HSV(B) | 289.9º | 0.94% | 0.87% | - |
| XYZ | 33.44 | 15.95 | 69.72 | - |
| YUV | 88.44 | 202.81 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 13 | 221 | 0.16 | 0.94 | 0 | 0.13 | 289.9 | 0.89 | 0.46 |
| Hex | BA | D | DD | 10 | 5E | 0 | D | 122 | 59 | 2E |
| Octal | 272 | 15 | 335 | 20 | 136 | 0 | 15 | 442 | 131 | 56 |
| Binary | 10111010 | 1101 | 11011101 | 10000 | 1011110 | 0 | 1101 | 100100010 | 1011001 | 101110 |
Color Harmonies of #BA0DDD
Complementary color
Monochromatic Colors of #BA0DDD
Black with #BA0DDD
Text Example
Text Example
White with #BA0DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0DDD; }
p { color: rgb(186,13,221); }
H1.HeaderClassName
{
color: #BA0DDD;
}
.AnyTagClassName
{
color: #BA0DDD;
}
</style>
background-color css
<style>
a { background-color: #BA0DDD; }
a { background-color: rgb(186,13,221); }
div.DivClassName
{
background-color: #BA0DDD;
}
.BgClassName
{
background-color: #BA0DDD;
}
</style>
border-color css
<style>
span { border-color: #BA0DDD; }
span { border-color: rgb(186,13,221); }
td.TdClassName
{
border-color: #BA0DDD;
}
.TagClassName
{
border-color: #BA0DDD;
}
</style>