Shades of Deep Magenta #BA0DE0
Tints of Deep Magenta #BA0DE0
RGB
CMYK
RGB Variations
Color information
#BA0DE0 (or 0xBA0DE0) is known color: Deep Magenta. HEX triplet: BA, 0D and E0. RGB value is (186,13,224). Sum of RGB (Red+Green+Blue) = 186+13+224=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 13 (5.47% from 255 or 3.07% from 423); Blue value is 224 (87.89% from 255 or 52.96% from 423); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA0DE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0DE0 is #45F21F. Grayscale: #585858. Windows color (decimal): -4583968 or 14683578. OLE color: 14683578.
HSL color Cylindrical-coordinate representation of color #BA0DE0: hue angle of 289.19º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0DE0 is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 13 | 224 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.12 |
| HSL | 289.19º | 0.89% | 0.46% | - |
| HSV(B) | 289.19º | 0.94% | 0.88% | - |
| XYZ | 33.85 | 16.11 | 71.85 | - |
| YUV | 88.78 | 204.31 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 13 | 224 | 0.17 | 0.94 | 0 | 0.12 | 289.19 | 0.89 | 0.46 |
| Hex | BA | D | E0 | 11 | 5E | 0 | C | 121 | 59 | 2E |
| Octal | 272 | 15 | 340 | 21 | 136 | 0 | 14 | 441 | 131 | 56 |
| Binary | 10111010 | 1101 | 11100000 | 10001 | 1011110 | 0 | 1100 | 100100001 | 1011001 | 101110 |
Color Harmonies of #BA0DE0
Complementary color
Monochromatic Colors of #BA0DE0
Black with #BA0DE0
Text Example
Text Example
White with #BA0DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0DE0; }
p { color: rgb(186,13,224); }
H1.HeaderClassName
{
color: #BA0DE0;
}
.AnyTagClassName
{
color: #BA0DE0;
}
</style>
background-color css
<style>
a { background-color: #BA0DE0; }
a { background-color: rgb(186,13,224); }
div.DivClassName
{
background-color: #BA0DE0;
}
.BgClassName
{
background-color: #BA0DE0;
}
</style>
border-color css
<style>
span { border-color: #BA0DE0; }
span { border-color: rgb(186,13,224); }
td.TdClassName
{
border-color: #BA0DE0;
}
.TagClassName
{
border-color: #BA0DE0;
}
</style>