Shades of Deep Magenta #BA1EB8
Tints of Deep Magenta #BA1EB8
RGB
CMYK
RGB Variations
Color information
#BA1EB8 (or 0xBA1EB8) is known color: Deep Magenta. HEX triplet: BA, 1E and B8. RGB value is (186,30,184). Sum of RGB (Red+Green+Blue) = 186+30+184=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 30 (12.11% from 255 or 7.5% from 400); Blue value is 184 (72.27% from 255 or 46% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1EB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1EB8 is #45E147. Grayscale: #5D5D5D. Windows color (decimal): -4579656 or 12066490. OLE color: 12066490.
HSL color Cylindrical-coordinate representation of color #BA1EB8: hue angle of 300.77º 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 #BA1EB8 is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 30 | 184 | - |
| CMYK | 0 | 0.84 | 0.01 | 0.27 |
| HSL | 300.77º | 0.72% | 0.42% | - |
| HSV(B) | 300.77º | 0.84% | 0.73% | - |
| XYZ | 29.37 | 14.83 | 46.66 | - |
| YUV | 94.2 | 178.68 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 30 | 184 | 0 | 0.84 | 0.01 | 0.27 | 300.77 | 0.72 | 0.42 |
| Hex | BA | 1E | B8 | 0 | 54 | 1 | 1B | 12D | 48 | 2A |
| Octal | 272 | 36 | 270 | 0 | 124 | 1 | 33 | 455 | 110 | 52 |
| Binary | 10111010 | 11110 | 10111000 | 0 | 1010100 | 1 | 11011 | 100101101 | 1001000 | 101010 |
Color Harmonies of #BA1EB8
Complementary color
Monochromatic Colors of #BA1EB8
Black with #BA1EB8
Text Example
Text Example
White with #BA1EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1EB8; }
p { color: rgb(186,30,184); }
H1.HeaderClassName
{
color: #BA1EB8;
}
.AnyTagClassName
{
color: #BA1EB8;
}
</style>
background-color css
<style>
a { background-color: #BA1EB8; }
a { background-color: rgb(186,30,184); }
div.DivClassName
{
background-color: #BA1EB8;
}
.BgClassName
{
background-color: #BA1EB8;
}
</style>
border-color css
<style>
span { border-color: #BA1EB8; }
span { border-color: rgb(186,30,184); }
td.TdClassName
{
border-color: #BA1EB8;
}
.TagClassName
{
border-color: #BA1EB8;
}
</style>