Shades of Deep Magenta #BA1CCE
Tints of Deep Magenta #BA1CCE
RGB
CMYK
RGB Variations
Color information
#BA1CCE (or 0xBA1CCE) is known color: Deep Magenta. HEX triplet: BA, 1C and CE. RGB value is (186,28,206). Sum of RGB (Red+Green+Blue) = 186+28+206=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 28 (11.33% from 255 or 6.67% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA1CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1CCE is #45E331. Grayscale: #5E5E5E. Windows color (decimal): -4580146 or 13507770. OLE color: 13507770.
HSL color Cylindrical-coordinate representation of color #BA1CCE: hue angle of 293.26º degrees, saturation: 0.76, 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 #BA1CCE is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 28 | 206 | - |
| CMYK | 0.10 | 0.86 | 0 | 0.19 |
| HSL | 293.26º | 0.76% | 0.46% | - |
| HSV(B) | 293.26º | 0.86% | 0.81% | - |
| XYZ | 31.81 | 15.73 | 59.75 | - |
| YUV | 95.53 | 190.35 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 28 | 206 | 0.10 | 0.86 | 0 | 0.19 | 293.26 | 0.76 | 0.46 |
| Hex | BA | 1C | CE | A | 56 | 0 | 13 | 125 | 4C | 2E |
| Octal | 272 | 34 | 316 | 12 | 126 | 0 | 23 | 445 | 114 | 56 |
| Binary | 10111010 | 11100 | 11001110 | 1010 | 1010110 | 0 | 10011 | 100100101 | 1001100 | 101110 |
Color Harmonies of #BA1CCE
Complementary color
Monochromatic Colors of #BA1CCE
Black with #BA1CCE
Text Example
Text Example
White with #BA1CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1CCE; }
p { color: rgb(186,28,206); }
H1.HeaderClassName
{
color: #BA1CCE;
}
.AnyTagClassName
{
color: #BA1CCE;
}
</style>
background-color css
<style>
a { background-color: #BA1CCE; }
a { background-color: rgb(186,28,206); }
div.DivClassName
{
background-color: #BA1CCE;
}
.BgClassName
{
background-color: #BA1CCE;
}
</style>
border-color css
<style>
span { border-color: #BA1CCE; }
span { border-color: rgb(186,28,206); }
td.TdClassName
{
border-color: #BA1CCE;
}
.TagClassName
{
border-color: #BA1CCE;
}
</style>