Shades of Deep Magenta #BA14B0
Tints of Deep Magenta #BA14B0
RGB
CMYK
RGB Variations
Color information
#BA14B0 (or 0xBA14B0) is known color: Deep Magenta. HEX triplet: BA, 14 and B0. RGB value is (186,20,176). Sum of RGB (Red+Green+Blue) = 186+20+176=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 20 (8.20% from 255 or 5.24% from 382); Blue value is 176 (69.14% from 255 or 46.07% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA14B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA14B0 is #45EB4F. Grayscale: #565656. Windows color (decimal): -4582224 or 11539642. OLE color: 11539642.
HSL color Cylindrical-coordinate representation of color #BA14B0: hue angle of 303.61º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA14B0 is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 20 | 176 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.27 |
| HSL | 303.61º | 0.81% | 0.4% | - |
| HSV(B) | 303.61º | 0.89% | 0.73% | - |
| XYZ | 28.34 | 14.07 | 42.3 | - |
| YUV | 87.42 | 178 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 176 | 0 | 0.89 | 0.05 | 0.27 | 303.61 | 0.81 | 0.4 |
| Hex | BA | 14 | B0 | 0 | 59 | 5 | 1B | 130 | 51 | 28 |
| Octal | 272 | 24 | 260 | 0 | 131 | 5 | 33 | 460 | 121 | 50 |
| Binary | 10111010 | 10100 | 10110000 | 0 | 1011001 | 101 | 11011 | 100110000 | 1010001 | 101000 |
Color Harmonies of #BA14B0
Complementary color
Monochromatic Colors of #BA14B0
Black with #BA14B0
Text Example
Text Example
White with #BA14B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA14B0; }
p { color: rgb(186,20,176); }
H1.HeaderClassName
{
color: #BA14B0;
}
.AnyTagClassName
{
color: #BA14B0;
}
</style>
background-color css
<style>
a { background-color: #BA14B0; }
a { background-color: rgb(186,20,176); }
div.DivClassName
{
background-color: #BA14B0;
}
.BgClassName
{
background-color: #BA14B0;
}
</style>
border-color css
<style>
span { border-color: #BA14B0; }
span { border-color: rgb(186,20,176); }
td.TdClassName
{
border-color: #BA14B0;
}
.TagClassName
{
border-color: #BA14B0;
}
</style>