Shades of Deep Magenta #BA1DCE
Tints of Deep Magenta #BA1DCE
RGB
CMYK
RGB Variations
Color information
#BA1DCE (or 0xBA1DCE) is known color: Deep Magenta. HEX triplet: BA, 1D and CE. RGB value is (186,29,206). Sum of RGB (Red+Green+Blue) = 186+29+206=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 29 (11.72% from 255 or 6.89% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA1DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1DCE is #45E231. Grayscale: #5F5F5F. Windows color (decimal): -4579890 or 13508026. OLE color: 13508026.
HSL color Cylindrical-coordinate representation of color #BA1DCE: hue angle of 293.22º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA1DCE is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 29 | 206 | - |
| CMYK | 0.10 | 0.86 | 0 | 0.19 |
| HSL | 293.22º | 0.75% | 0.46% | - |
| HSV(B) | 293.22º | 0.86% | 0.81% | - |
| XYZ | 31.83 | 15.77 | 59.76 | - |
| YUV | 96.12 | 190.01 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 206 | 0.10 | 0.86 | 0 | 0.19 | 293.22 | 0.75 | 0.46 |
| Hex | BA | 1D | CE | A | 56 | 0 | 13 | 125 | 4B | 2E |
| Octal | 272 | 35 | 316 | 12 | 126 | 0 | 23 | 445 | 113 | 56 |
| Binary | 10111010 | 11101 | 11001110 | 1010 | 1010110 | 0 | 10011 | 100100101 | 1001011 | 101110 |
Color Harmonies of #BA1DCE
Complementary color
Monochromatic Colors of #BA1DCE
Black with #BA1DCE
Text Example
Text Example
White with #BA1DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1DCE; }
p { color: rgb(186,29,206); }
H1.HeaderClassName
{
color: #BA1DCE;
}
.AnyTagClassName
{
color: #BA1DCE;
}
</style>
background-color css
<style>
a { background-color: #BA1DCE; }
a { background-color: rgb(186,29,206); }
div.DivClassName
{
background-color: #BA1DCE;
}
.BgClassName
{
background-color: #BA1DCE;
}
</style>
border-color css
<style>
span { border-color: #BA1DCE; }
span { border-color: rgb(186,29,206); }
td.TdClassName
{
border-color: #BA1DCE;
}
.TagClassName
{
border-color: #BA1DCE;
}
</style>