Shades of Deep Magenta #BA0EDF
Tints of Deep Magenta #BA0EDF
RGB
CMYK
RGB Variations
Color information
#BA0EDF (or 0xBA0EDF) is known color: Deep Magenta. HEX triplet: BA, 0E and DF. RGB value is (186,14,223). Sum of RGB (Red+Green+Blue) = 186+14+223=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 14 (5.86% from 255 or 3.31% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA0EDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0EDF is #45F120. Grayscale: #585858. Windows color (decimal): -4583713 or 14618298. OLE color: 14618298.
HSL color Cylindrical-coordinate representation of color #BA0EDF: hue angle of 289.38º degrees, saturation: 0.88, 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 #BA0EDF is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 14 | 223 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.13 |
| HSL | 289.38º | 0.88% | 0.46% | - |
| HSV(B) | 289.38º | 0.94% | 0.87% | - |
| XYZ | 33.73 | 16.08 | 71.14 | - |
| YUV | 89.25 | 203.48 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 14 | 223 | 0.17 | 0.94 | 0 | 0.13 | 289.38 | 0.88 | 0.46 |
| Hex | BA | E | DF | 11 | 5E | 0 | D | 121 | 58 | 2E |
| Octal | 272 | 16 | 337 | 21 | 136 | 0 | 15 | 441 | 130 | 56 |
| Binary | 10111010 | 1110 | 11011111 | 10001 | 1011110 | 0 | 1101 | 100100001 | 1011000 | 101110 |
Color Harmonies of #BA0EDF
Complementary color
Monochromatic Colors of #BA0EDF
Black with #BA0EDF
Text Example
Text Example
White with #BA0EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0EDF; }
p { color: rgb(186,14,223); }
H1.HeaderClassName
{
color: #BA0EDF;
}
.AnyTagClassName
{
color: #BA0EDF;
}
</style>
background-color css
<style>
a { background-color: #BA0EDF; }
a { background-color: rgb(186,14,223); }
div.DivClassName
{
background-color: #BA0EDF;
}
.BgClassName
{
background-color: #BA0EDF;
}
</style>
border-color css
<style>
span { border-color: #BA0EDF; }
span { border-color: rgb(186,14,223); }
td.TdClassName
{
border-color: #BA0EDF;
}
.TagClassName
{
border-color: #BA0EDF;
}
</style>