Shades of Deep Magenta #BA1EB1
Tints of Deep Magenta #BA1EB1
RGB
CMYK
RGB Variations
Color information
#BA1EB1 (or 0xBA1EB1) is known color: Deep Magenta. HEX triplet: BA, 1E and B1. RGB value is (186,30,177). Sum of RGB (Red+Green+Blue) = 186+30+177=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 30 (12.11% from 255 or 7.63% from 393); Blue value is 177 (69.53% from 255 or 45.04% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1EB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1EB1 is #45E14E. Grayscale: #5C5C5C. Windows color (decimal): -4579663 or 11607738. OLE color: 11607738.
HSL color Cylindrical-coordinate representation of color #BA1EB1: hue angle of 303.46º 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 #BA1EB1 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 30 | 177 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.27 |
| HSL | 303.46º | 0.72% | 0.42% | - |
| HSV(B) | 303.46º | 0.84% | 0.73% | - |
| XYZ | 28.65 | 14.54 | 42.89 | - |
| YUV | 93.4 | 175.18 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 30 | 177 | 0 | 0.84 | 0.05 | 0.27 | 303.46 | 0.72 | 0.42 |
| Hex | BA | 1E | B1 | 0 | 54 | 5 | 1B | 12F | 48 | 2A |
| Octal | 272 | 36 | 261 | 0 | 124 | 5 | 33 | 457 | 110 | 52 |
| Binary | 10111010 | 11110 | 10110001 | 0 | 1010100 | 101 | 11011 | 100101111 | 1001000 | 101010 |
Color Harmonies of #BA1EB1
Complementary color
Monochromatic Colors of #BA1EB1
Black with #BA1EB1
Text Example
Text Example
White with #BA1EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1EB1; }
p { color: rgb(186,30,177); }
H1.HeaderClassName
{
color: #BA1EB1;
}
.AnyTagClassName
{
color: #BA1EB1;
}
</style>
background-color css
<style>
a { background-color: #BA1EB1; }
a { background-color: rgb(186,30,177); }
div.DivClassName
{
background-color: #BA1EB1;
}
.BgClassName
{
background-color: #BA1EB1;
}
</style>
border-color css
<style>
span { border-color: #BA1EB1; }
span { border-color: rgb(186,30,177); }
td.TdClassName
{
border-color: #BA1EB1;
}
.TagClassName
{
border-color: #BA1EB1;
}
</style>