Shades of Deep Magenta #BA14BE
Tints of Deep Magenta #BA14BE
RGB
CMYK
RGB Variations
Color information
#BA14BE (or 0xBA14BE) is known color: Deep Magenta. HEX triplet: BA, 14 and BE. RGB value is (186,20,190). Sum of RGB (Red+Green+Blue) = 186+20+190=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 20 (8.20% from 255 or 5.05% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA14BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA14BE is #45EB41. Grayscale: #585858. Windows color (decimal): -4582210 or 12457146. OLE color: 12457146.
HSL color Cylindrical-coordinate representation of color #BA14BE: hue angle of 298.59º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA14BE is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 20 | 190 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.25 |
| HSL | 298.59º | 0.81% | 0.41% | - |
| HSV(B) | 298.59º | 0.89% | 0.75% | - |
| XYZ | 29.79 | 14.66 | 49.97 | - |
| YUV | 89.01 | 185 | 197.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 190 | 0.02 | 0.89 | 0 | 0.25 | 298.59 | 0.81 | 0.41 |
| Hex | BA | 14 | BE | 2 | 59 | 0 | 19 | 12B | 51 | 29 |
| Octal | 272 | 24 | 276 | 2 | 131 | 0 | 31 | 453 | 121 | 51 |
| Binary | 10111010 | 10100 | 10111110 | 10 | 1011001 | 0 | 11001 | 100101011 | 1010001 | 101001 |
Color Harmonies of #BA14BE
Complementary color
Monochromatic Colors of #BA14BE
Black with #BA14BE
Text Example
Text Example
White with #BA14BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA14BE; }
p { color: rgb(186,20,190); }
H1.HeaderClassName
{
color: #BA14BE;
}
.AnyTagClassName
{
color: #BA14BE;
}
</style>
background-color css
<style>
a { background-color: #BA14BE; }
a { background-color: rgb(186,20,190); }
div.DivClassName
{
background-color: #BA14BE;
}
.BgClassName
{
background-color: #BA14BE;
}
</style>
border-color css
<style>
span { border-color: #BA14BE; }
span { border-color: rgb(186,20,190); }
td.TdClassName
{
border-color: #BA14BE;
}
.TagClassName
{
border-color: #BA14BE;
}
</style>