Shades of Medium Violet Red #BA14A5
Tints of Medium Violet Red #BA14A5
RGB
CMYK
RGB Variations
Color information
#BA14A5 (or 0xBA14A5) is known color: Medium Violet Red. HEX triplet: BA, 14 and A5. RGB value is (186,20,165). Sum of RGB (Red+Green+Blue) = 186+20+165=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 20 (8.20% from 255 or 5.39% from 371); Blue value is 165 (64.84% from 255 or 44.47% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA14A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA14A5 is #45EB5A. Grayscale: #555555. Windows color (decimal): -4582235 or 10818746. OLE color: 10818746.
HSL color Cylindrical-coordinate representation of color #BA14A5: hue angle of 307.59º 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 #BA14A5 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 20 | 165 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.27 |
| HSL | 307.59º | 0.81% | 0.4% | - |
| HSV(B) | 307.59º | 0.89% | 0.73% | - |
| XYZ | 27.29 | 13.66 | 36.79 | - |
| YUV | 86.16 | 172.5 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 165 | 0 | 0.89 | 0.11 | 0.27 | 307.59 | 0.81 | 0.4 |
| Hex | BA | 14 | A5 | 0 | 59 | B | 1B | 134 | 51 | 28 |
| Octal | 272 | 24 | 245 | 0 | 131 | 13 | 33 | 464 | 121 | 50 |
| Binary | 10111010 | 10100 | 10100101 | 0 | 1011001 | 1011 | 11011 | 100110100 | 1010001 | 101000 |
Color Harmonies of #BA14A5
Complementary color
Monochromatic Colors of #BA14A5
Black with #BA14A5
Text Example
Text Example
White with #BA14A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA14A5; }
p { color: rgb(186,20,165); }
H1.HeaderClassName
{
color: #BA14A5;
}
.AnyTagClassName
{
color: #BA14A5;
}
</style>
background-color css
<style>
a { background-color: #BA14A5; }
a { background-color: rgb(186,20,165); }
div.DivClassName
{
background-color: #BA14A5;
}
.BgClassName
{
background-color: #BA14A5;
}
</style>
border-color css
<style>
span { border-color: #BA14A5; }
span { border-color: rgb(186,20,165); }
td.TdClassName
{
border-color: #BA14A5;
}
.TagClassName
{
border-color: #BA14A5;
}
</style>