Shades of Deep Magenta #BA14BD
Tints of Deep Magenta #BA14BD
RGB
CMYK
RGB Variations
Color information
#BA14BD (or 0xBA14BD) is known color: Deep Magenta. HEX triplet: BA, 14 and BD. RGB value is (186,20,189). Sum of RGB (Red+Green+Blue) = 186+20+189=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 20 (8.20% from 255 or 5.06% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA14BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA14BD is #45EB42. Grayscale: #585858. Windows color (decimal): -4582211 or 12391610. OLE color: 12391610.
HSL color Cylindrical-coordinate representation of color #BA14BD: hue angle of 298.93º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA14BD is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 20 | 189 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.26 |
| HSL | 298.93º | 0.81% | 0.41% | - |
| HSV(B) | 298.93º | 0.89% | 0.74% | - |
| XYZ | 29.69 | 14.61 | 49.4 | - |
| YUV | 88.9 | 184.5 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 189 | 0.02 | 0.89 | 0 | 0.26 | 298.93 | 0.81 | 0.41 |
| Hex | BA | 14 | BD | 2 | 59 | 0 | 1A | 12B | 51 | 29 |
| Octal | 272 | 24 | 275 | 2 | 131 | 0 | 32 | 453 | 121 | 51 |
| Binary | 10111010 | 10100 | 10111101 | 10 | 1011001 | 0 | 11010 | 100101011 | 1010001 | 101001 |
Color Harmonies of #BA14BD
Complementary color
Monochromatic Colors of #BA14BD
Black with #BA14BD
Text Example
Text Example
White with #BA14BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA14BD; }
p { color: rgb(186,20,189); }
H1.HeaderClassName
{
color: #BA14BD;
}
.AnyTagClassName
{
color: #BA14BD;
}
</style>
background-color css
<style>
a { background-color: #BA14BD; }
a { background-color: rgb(186,20,189); }
div.DivClassName
{
background-color: #BA14BD;
}
.BgClassName
{
background-color: #BA14BD;
}
</style>
border-color css
<style>
span { border-color: #BA14BD; }
span { border-color: rgb(186,20,189); }
td.TdClassName
{
border-color: #BA14BD;
}
.TagClassName
{
border-color: #BA14BD;
}
</style>