Shades of Deep Magenta #BA14CE
Tints of Deep Magenta #BA14CE
RGB
CMYK
RGB Variations
Color information
#BA14CE (or 0xBA14CE) is known color: Deep Magenta. HEX triplet: BA, 14 and CE. RGB value is (186,20,206). Sum of RGB (Red+Green+Blue) = 186+20+206=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 20 (8.20% from 255 or 4.85% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA14CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA14CE is #45EB31. Grayscale: #5A5A5A. Windows color (decimal): -4582194 or 13505722. OLE color: 13505722.
HSL color Cylindrical-coordinate representation of color #BA14CE: hue angle of 293.55º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA14CE is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 20 | 206 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.19 |
| HSL | 293.55º | 0.82% | 0.44% | - |
| HSV(B) | 293.55º | 0.9% | 0.81% | - |
| XYZ | 31.64 | 15.4 | 59.7 | - |
| YUV | 90.84 | 193 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 206 | 0.10 | 0.90 | 0 | 0.19 | 293.55 | 0.82 | 0.44 |
| Hex | BA | 14 | CE | A | 5A | 0 | 13 | 126 | 52 | 2C |
| Octal | 272 | 24 | 316 | 12 | 132 | 0 | 23 | 446 | 122 | 54 |
| Binary | 10111010 | 10100 | 11001110 | 1010 | 1011010 | 0 | 10011 | 100100110 | 1010010 | 101100 |
Color Harmonies of #BA14CE
Complementary color
Monochromatic Colors of #BA14CE
Black with #BA14CE
Text Example
Text Example
White with #BA14CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA14CE; }
p { color: rgb(186,20,206); }
H1.HeaderClassName
{
color: #BA14CE;
}
.AnyTagClassName
{
color: #BA14CE;
}
</style>
background-color css
<style>
a { background-color: #BA14CE; }
a { background-color: rgb(186,20,206); }
div.DivClassName
{
background-color: #BA14CE;
}
.BgClassName
{
background-color: #BA14CE;
}
</style>
border-color css
<style>
span { border-color: #BA14CE; }
span { border-color: rgb(186,20,206); }
td.TdClassName
{
border-color: #BA14CE;
}
.TagClassName
{
border-color: #BA14CE;
}
</style>