Shades of Deep Magenta #BA14BB
Tints of Deep Magenta #BA14BB
RGB
CMYK
RGB Variations
Color information
#BA14BB (or 0xBA14BB) is known color: Deep Magenta. HEX triplet: BA, 14 and BB. RGB value is (186,20,187). Sum of RGB (Red+Green+Blue) = 186+20+187=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 20 (8.20% from 255 or 5.09% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA14BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA14BB is #45EB44. Grayscale: #585858. Windows color (decimal): -4582213 or 12260538. OLE color: 12260538.
HSL color Cylindrical-coordinate representation of color #BA14BB: hue angle of 299.64º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA14BB is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 20 | 187 | - |
| CMYK | 0.01 | 0.89 | 0 | 0.27 |
| HSL | 299.64º | 0.81% | 0.41% | - |
| HSV(B) | 299.64º | 0.89% | 0.73% | - |
| XYZ | 29.47 | 14.53 | 48.26 | - |
| YUV | 88.67 | 183.5 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 187 | 0.01 | 0.89 | 0 | 0.27 | 299.64 | 0.81 | 0.41 |
| Hex | BA | 14 | BB | 1 | 59 | 0 | 1B | 12C | 51 | 29 |
| Octal | 272 | 24 | 273 | 1 | 131 | 0 | 33 | 454 | 121 | 51 |
| Binary | 10111010 | 10100 | 10111011 | 1 | 1011001 | 0 | 11011 | 100101100 | 1010001 | 101001 |
Color Harmonies of #BA14BB
Complementary color
Monochromatic Colors of #BA14BB
Black with #BA14BB
Text Example
Text Example
White with #BA14BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA14BB; }
p { color: rgb(186,20,187); }
H1.HeaderClassName
{
color: #BA14BB;
}
.AnyTagClassName
{
color: #BA14BB;
}
</style>
background-color css
<style>
a { background-color: #BA14BB; }
a { background-color: rgb(186,20,187); }
div.DivClassName
{
background-color: #BA14BB;
}
.BgClassName
{
background-color: #BA14BB;
}
</style>
border-color css
<style>
span { border-color: #BA14BB; }
span { border-color: rgb(186,20,187); }
td.TdClassName
{
border-color: #BA14BB;
}
.TagClassName
{
border-color: #BA14BB;
}
</style>