Shades of Deep Magenta #BA1EC1
Tints of Deep Magenta #BA1EC1
RGB
CMYK
RGB Variations
Color information
#BA1EC1 (or 0xBA1EC1) is known color: Deep Magenta. HEX triplet: BA, 1E and C1. RGB value is (186,30,193). Sum of RGB (Red+Green+Blue) = 186+30+193=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 30 (12.11% from 255 or 7.33% from 409); Blue value is 193 (75.78% from 255 or 47.19% from 409); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA1EC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1EC1 is #45E13E. Grayscale: #5E5E5E. Windows color (decimal): -4579647 or 12656314. OLE color: 12656314.
HSL color Cylindrical-coordinate representation of color #BA1EC1: hue angle of 297.42º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA1EC1 is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 30 | 193 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.24 |
| HSL | 297.42º | 0.73% | 0.44% | - |
| HSV(B) | 297.42º | 0.84% | 0.76% | - |
| XYZ | 30.34 | 15.22 | 51.79 | - |
| YUV | 95.23 | 183.18 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 30 | 193 | 0.04 | 0.84 | 0 | 0.24 | 297.42 | 0.73 | 0.44 |
| Hex | BA | 1E | C1 | 4 | 54 | 0 | 18 | 129 | 49 | 2C |
| Octal | 272 | 36 | 301 | 4 | 124 | 0 | 30 | 451 | 111 | 54 |
| Binary | 10111010 | 11110 | 11000001 | 100 | 1010100 | 0 | 11000 | 100101001 | 1001001 | 101100 |
Color Harmonies of #BA1EC1
Complementary color
Monochromatic Colors of #BA1EC1
Black with #BA1EC1
Text Example
Text Example
White with #BA1EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1EC1; }
p { color: rgb(186,30,193); }
H1.HeaderClassName
{
color: #BA1EC1;
}
.AnyTagClassName
{
color: #BA1EC1;
}
</style>
background-color css
<style>
a { background-color: #BA1EC1; }
a { background-color: rgb(186,30,193); }
div.DivClassName
{
background-color: #BA1EC1;
}
.BgClassName
{
background-color: #BA1EC1;
}
</style>
border-color css
<style>
span { border-color: #BA1EC1; }
span { border-color: rgb(186,30,193); }
td.TdClassName
{
border-color: #BA1EC1;
}
.TagClassName
{
border-color: #BA1EC1;
}
</style>