Shades of Medium Violet Red #BA146E
Tints of Medium Violet Red #BA146E
RGB
CMYK
RGB Variations
Color information
#BA146E (or 0xBA146E) is known color: Medium Violet Red. HEX triplet: BA, 14 and 6E. RGB value is (186,20,110). Sum of RGB (Red+Green+Blue) = 186+20+110=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 20 (8.20% from 255 or 6.33% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA146E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA146E is #45EB91. Grayscale: #4F4F4F. Windows color (decimal): -4582290 or 7214266. OLE color: 7214266.
HSL color Cylindrical-coordinate representation of color #BA146E: hue angle of 327.47º 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 #BA146E is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 20 | 110 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.27 |
| HSL | 327.47º | 0.81% | 0.4% | - |
| HSV(B) | 327.47º | 0.89% | 0.73% | - |
| XYZ | 23.31 | 12.07 | 15.85 | - |
| YUV | 79.89 | 145 | 203.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 110 | 0 | 0.89 | 0.41 | 0.27 | 327.47 | 0.81 | 0.4 |
| Hex | BA | 14 | 6E | 0 | 59 | 29 | 1B | 147 | 51 | 28 |
| Octal | 272 | 24 | 156 | 0 | 131 | 51 | 33 | 507 | 121 | 50 |
| Binary | 10111010 | 10100 | 1101110 | 0 | 1011001 | 101001 | 11011 | 101000111 | 1010001 | 101000 |
Color Harmonies of #BA146E
Complementary color
Monochromatic Colors of #BA146E
Black with #BA146E
Text Example
Text Example
White with #BA146E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA146E; }
p { color: rgb(186,20,110); }
H1.HeaderClassName
{
color: #BA146E;
}
.AnyTagClassName
{
color: #BA146E;
}
</style>
background-color css
<style>
a { background-color: #BA146E; }
a { background-color: rgb(186,20,110); }
div.DivClassName
{
background-color: #BA146E;
}
.BgClassName
{
background-color: #BA146E;
}
</style>
border-color css
<style>
span { border-color: #BA146E; }
span { border-color: rgb(186,20,110); }
td.TdClassName
{
border-color: #BA146E;
}
.TagClassName
{
border-color: #BA146E;
}
</style>