Shades of Deep Magenta #BA1ECA
Tints of Deep Magenta #BA1ECA
RGB
CMYK
RGB Variations
Color information
#BA1ECA (or 0xBA1ECA) is known color: Deep Magenta. HEX triplet: BA, 1E and CA. RGB value is (186,30,202). Sum of RGB (Red+Green+Blue) = 186+30+202=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 30 (12.11% from 255 or 7.18% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA1ECA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1ECA is #45E135. Grayscale: #5F5F5F. Windows color (decimal): -4579638 or 13246138. OLE color: 13246138.
HSL color Cylindrical-coordinate representation of color #BA1ECA: hue angle of 294.42º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA1ECA is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 30 | 202 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.21 |
| HSL | 294.42º | 0.74% | 0.45% | - |
| HSV(B) | 294.42º | 0.85% | 0.79% | - |
| XYZ | 31.37 | 15.63 | 57.24 | - |
| YUV | 96.25 | 187.68 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 30 | 202 | 0.08 | 0.85 | 0 | 0.21 | 294.42 | 0.74 | 0.45 |
| Hex | BA | 1E | CA | 8 | 55 | 0 | 15 | 126 | 4A | 2D |
| Octal | 272 | 36 | 312 | 10 | 125 | 0 | 25 | 446 | 112 | 55 |
| Binary | 10111010 | 11110 | 11001010 | 1000 | 1010101 | 0 | 10101 | 100100110 | 1001010 | 101101 |
Color Harmonies of #BA1ECA
Complementary color
Monochromatic Colors of #BA1ECA
Black with #BA1ECA
Text Example
Text Example
White with #BA1ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1ECA; }
p { color: rgb(186,30,202); }
H1.HeaderClassName
{
color: #BA1ECA;
}
.AnyTagClassName
{
color: #BA1ECA;
}
</style>
background-color css
<style>
a { background-color: #BA1ECA; }
a { background-color: rgb(186,30,202); }
div.DivClassName
{
background-color: #BA1ECA;
}
.BgClassName
{
background-color: #BA1ECA;
}
</style>
border-color css
<style>
span { border-color: #BA1ECA; }
span { border-color: rgb(186,30,202); }
td.TdClassName
{
border-color: #BA1ECA;
}
.TagClassName
{
border-color: #BA1ECA;
}
</style>