Shades of Deep Magenta #BA1ECE
Tints of Deep Magenta #BA1ECE
RGB
CMYK
RGB Variations
Color information
#BA1ECE (or 0xBA1ECE) is known color: Deep Magenta. HEX triplet: BA, 1E and CE. RGB value is (186,30,206). Sum of RGB (Red+Green+Blue) = 186+30+206=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 30 (12.11% from 255 or 7.11% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA1ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1ECE is #45E131. Grayscale: #606060. Windows color (decimal): -4579634 or 13508282. OLE color: 13508282.
HSL color Cylindrical-coordinate representation of color #BA1ECE: hue angle of 293.18º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA1ECE is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 186 | 30 | 206 | - |
CMYK | 0.10 | 0.85 | 0 | 0.19 |
HSL | 293.18º | 0.75% | 0.46% | - |
HSV(B) | 293.18º | 0.85% | 0.81% | - |
XYZ | 31.85 | 15.82 | 59.77 | - |
YUV | 96.71 | 189.68 | 191.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 30 | 206 | 0.10 | 0.85 | 0 | 0.19 | 293.18 | 0.75 | 0.46 |
Hex | BA | 1E | CE | A | 55 | 0 | 13 | 125 | 4B | 2E |
Octal | 272 | 36 | 316 | 12 | 125 | 0 | 23 | 445 | 113 | 56 |
Binary | 10111010 | 11110 | 11001110 | 1010 | 1010101 | 0 | 10011 | 100100101 | 1001011 | 101110 |
Color Harmonies of #BA1ECE
Complementary color
Monochromatic Colors of #BA1ECE
Black with #BA1ECE
Text Example
Text Example
White with #BA1ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1ECE; }
p { color: rgb(186,30,206); }
H1.HeaderClassName
{
color: #BA1ECE;
}
.AnyTagClassName
{
color: #BA1ECE;
}
</style>
background-color css
<style>
a { background-color: #BA1ECE; }
a { background-color: rgb(186,30,206); }
div.DivClassName
{
background-color: #BA1ECE;
}
.BgClassName
{
background-color: #BA1ECE;
}
</style>
border-color css
<style>
span { border-color: #BA1ECE; }
span { border-color: rgb(186,30,206); }
td.TdClassName
{
border-color: #BA1ECE;
}
.TagClassName
{
border-color: #BA1ECE;
}
</style>