Shades of Deep Magenta #BA0CCE
Tints of Deep Magenta #BA0CCE
RGB
CMYK
RGB Variations
Color information
#BA0CCE (or 0xBA0CCE) is known color: Deep Magenta. HEX triplet: BA, 0C and CE. RGB value is (186,12,206). Sum of RGB (Red+Green+Blue) = 186+12+206=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 12 (5.08% from 255 or 2.97% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA0CCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0CCE is #45F331. Grayscale: #555555. Windows color (decimal): -4584242 or 13503674. OLE color: 13503674.
HSL color Cylindrical-coordinate representation of color #BA0CCE: hue angle of 293.81º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0CCE is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 12 | 206 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.19 |
| HSL | 293.81º | 0.89% | 0.43% | - |
| HSV(B) | 293.81º | 0.94% | 0.81% | - |
| XYZ | 31.52 | 15.16 | 59.66 | - |
| YUV | 86.14 | 195.65 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 12 | 206 | 0.10 | 0.94 | 0 | 0.19 | 293.81 | 0.89 | 0.43 |
| Hex | BA | C | CE | A | 5E | 0 | 13 | 126 | 59 | 2B |
| Octal | 272 | 14 | 316 | 12 | 136 | 0 | 23 | 446 | 131 | 53 |
| Binary | 10111010 | 1100 | 11001110 | 1010 | 1011110 | 0 | 10011 | 100100110 | 1011001 | 101011 |
Color Harmonies of #BA0CCE
Complementary color
Monochromatic Colors of #BA0CCE
Black with #BA0CCE
Text Example
Text Example
White with #BA0CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0CCE; }
p { color: rgb(186,12,206); }
H1.HeaderClassName
{
color: #BA0CCE;
}
.AnyTagClassName
{
color: #BA0CCE;
}
</style>
background-color css
<style>
a { background-color: #BA0CCE; }
a { background-color: rgb(186,12,206); }
div.DivClassName
{
background-color: #BA0CCE;
}
.BgClassName
{
background-color: #BA0CCE;
}
</style>
border-color css
<style>
span { border-color: #BA0CCE; }
span { border-color: rgb(186,12,206); }
td.TdClassName
{
border-color: #BA0CCE;
}
.TagClassName
{
border-color: #BA0CCE;
}
</style>