Shades of Deep Magenta #BA1EB4
Tints of Deep Magenta #BA1EB4
RGB
CMYK
RGB Variations
Color information
#BA1EB4 (or 0xBA1EB4) is known color: Deep Magenta. HEX triplet: BA, 1E and B4. RGB value is (186,30,180). Sum of RGB (Red+Green+Blue) = 186+30+180=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 30 (12.11% from 255 or 7.58% from 396); Blue value is 180 (70.70% from 255 or 45.45% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1EB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1EB4 is #45E14B. Grayscale: #5D5D5D. Windows color (decimal): -4579660 or 11804346. OLE color: 11804346.
HSL color Cylindrical-coordinate representation of color #BA1EB4: hue angle of 302.31º 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 #BA1EB4 is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 30 | 180 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.27 |
| HSL | 302.31º | 0.72% | 0.42% | - |
| HSV(B) | 302.31º | 0.84% | 0.73% | - |
| XYZ | 28.95 | 14.66 | 44.48 | - |
| YUV | 93.74 | 176.68 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 30 | 180 | 0 | 0.84 | 0.03 | 0.27 | 302.31 | 0.72 | 0.42 |
| Hex | BA | 1E | B4 | 0 | 54 | 3 | 1B | 12E | 48 | 2A |
| Octal | 272 | 36 | 264 | 0 | 124 | 3 | 33 | 456 | 110 | 52 |
| Binary | 10111010 | 11110 | 10110100 | 0 | 1010100 | 11 | 11011 | 100101110 | 1001000 | 101010 |
Color Harmonies of #BA1EB4
Complementary color
Monochromatic Colors of #BA1EB4
Black with #BA1EB4
Text Example
Text Example
White with #BA1EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1EB4; }
p { color: rgb(186,30,180); }
H1.HeaderClassName
{
color: #BA1EB4;
}
.AnyTagClassName
{
color: #BA1EB4;
}
</style>
background-color css
<style>
a { background-color: #BA1EB4; }
a { background-color: rgb(186,30,180); }
div.DivClassName
{
background-color: #BA1EB4;
}
.BgClassName
{
background-color: #BA1EB4;
}
</style>
border-color css
<style>
span { border-color: #BA1EB4; }
span { border-color: rgb(186,30,180); }
td.TdClassName
{
border-color: #BA1EB4;
}
.TagClassName
{
border-color: #BA1EB4;
}
</style>