Shades of Deep Magenta #BA1ECB
Tints of Deep Magenta #BA1ECB
RGB
CMYK
RGB Variations
Color information
#BA1ECB (or 0xBA1ECB) is known color: Deep Magenta. HEX triplet: BA, 1E and CB. RGB value is (186,30,203). Sum of RGB (Red+Green+Blue) = 186+30+203=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 30 (12.11% from 255 or 7.16% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA1ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1ECB is #45E134. Grayscale: #5F5F5F. Windows color (decimal): -4579637 or 13311674. OLE color: 13311674.
HSL color Cylindrical-coordinate representation of color #BA1ECB: hue angle of 294.1º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA1ECB is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 30 | 203 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.20 |
| HSL | 294.1º | 0.74% | 0.46% | - |
| HSV(B) | 294.1º | 0.85% | 0.8% | - |
| XYZ | 31.49 | 15.68 | 57.87 | - |
| YUV | 96.37 | 188.18 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 30 | 203 | 0.08 | 0.85 | 0 | 0.20 | 294.1 | 0.74 | 0.46 |
| Hex | BA | 1E | CB | 8 | 55 | 0 | 14 | 126 | 4A | 2E |
| Octal | 272 | 36 | 313 | 10 | 125 | 0 | 24 | 446 | 112 | 56 |
| Binary | 10111010 | 11110 | 11001011 | 1000 | 1010101 | 0 | 10100 | 100100110 | 1001010 | 101110 |
Color Harmonies of #BA1ECB
Complementary color
Monochromatic Colors of #BA1ECB
Black with #BA1ECB
Text Example
Text Example
White with #BA1ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1ECB; }
p { color: rgb(186,30,203); }
H1.HeaderClassName
{
color: #BA1ECB;
}
.AnyTagClassName
{
color: #BA1ECB;
}
</style>
background-color css
<style>
a { background-color: #BA1ECB; }
a { background-color: rgb(186,30,203); }
div.DivClassName
{
background-color: #BA1ECB;
}
.BgClassName
{
background-color: #BA1ECB;
}
</style>
border-color css
<style>
span { border-color: #BA1ECB; }
span { border-color: rgb(186,30,203); }
td.TdClassName
{
border-color: #BA1ECB;
}
.TagClassName
{
border-color: #BA1ECB;
}
</style>