Shades of Deep Magenta #BA1EAD
Tints of Deep Magenta #BA1EAD
RGB
CMYK
RGB Variations
Color information
#BA1EAD (or 0xBA1EAD) is known color: Deep Magenta. HEX triplet: BA, 1E and AD. RGB value is (186,30,173). Sum of RGB (Red+Green+Blue) = 186+30+173=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 30 (12.11% from 255 or 7.71% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1EAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1EAD is #45E152. Grayscale: #5C5C5C. Windows color (decimal): -4579667 or 11345594. OLE color: 11345594.
HSL color Cylindrical-coordinate representation of color #BA1EAD: hue angle of 305º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA1EAD is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 30 | 173 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.27 |
| HSL | 305º | 0.72% | 0.42% | - |
| HSV(B) | 305º | 0.84% | 0.73% | - |
| XYZ | 28.26 | 14.38 | 40.82 | - |
| YUV | 92.95 | 173.18 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 30 | 173 | 0 | 0.84 | 0.07 | 0.27 | 305 | 0.72 | 0.42 |
| Hex | BA | 1E | AD | 0 | 54 | 7 | 1B | 131 | 48 | 2A |
| Octal | 272 | 36 | 255 | 0 | 124 | 7 | 33 | 461 | 110 | 52 |
| Binary | 10111010 | 11110 | 10101101 | 0 | 1010100 | 111 | 11011 | 100110001 | 1001000 | 101010 |
Color Harmonies of #BA1EAD
Complementary color
Monochromatic Colors of #BA1EAD
Black with #BA1EAD
Text Example
Text Example
White with #BA1EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1EAD; }
p { color: rgb(186,30,173); }
H1.HeaderClassName
{
color: #BA1EAD;
}
.AnyTagClassName
{
color: #BA1EAD;
}
</style>
background-color css
<style>
a { background-color: #BA1EAD; }
a { background-color: rgb(186,30,173); }
div.DivClassName
{
background-color: #BA1EAD;
}
.BgClassName
{
background-color: #BA1EAD;
}
</style>
border-color css
<style>
span { border-color: #BA1EAD; }
span { border-color: rgb(186,30,173); }
td.TdClassName
{
border-color: #BA1EAD;
}
.TagClassName
{
border-color: #BA1EAD;
}
</style>