Shades of Medium Violet Red #BA146F
Tints of Medium Violet Red #BA146F
RGB
CMYK
RGB Variations
Color information
#BA146F (or 0xBA146F) is known color: Medium Violet Red. HEX triplet: BA, 14 and 6F. RGB value is (186,20,111). Sum of RGB (Red+Green+Blue) = 186+20+111=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 20 (8.20% from 255 or 6.31% from 317); Blue value is 111 (43.75% from 255 or 35.02% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA146F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA146F is #45EB90. Grayscale: #4F4F4F. Windows color (decimal): -4582289 or 7279802. OLE color: 7279802.
HSL color Cylindrical-coordinate representation of color #BA146F: hue angle of 327.11º 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 #BA146F is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 20 | 111 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.27 |
| HSL | 327.11º | 0.81% | 0.4% | - |
| HSV(B) | 327.11º | 0.89% | 0.73% | - |
| XYZ | 23.37 | 12.09 | 16.14 | - |
| YUV | 80.01 | 145.5 | 203.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 111 | 0 | 0.89 | 0.40 | 0.27 | 327.11 | 0.81 | 0.4 |
| Hex | BA | 14 | 6F | 0 | 59 | 28 | 1B | 147 | 51 | 28 |
| Octal | 272 | 24 | 157 | 0 | 131 | 50 | 33 | 507 | 121 | 50 |
| Binary | 10111010 | 10100 | 1101111 | 0 | 1011001 | 101000 | 11011 | 101000111 | 1010001 | 101000 |
Color Harmonies of #BA146F
Complementary color
Monochromatic Colors of #BA146F
Black with #BA146F
Text Example
Text Example
White with #BA146F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA146F; }
p { color: rgb(186,20,111); }
H1.HeaderClassName
{
color: #BA146F;
}
.AnyTagClassName
{
color: #BA146F;
}
</style>
background-color css
<style>
a { background-color: #BA146F; }
a { background-color: rgb(186,20,111); }
div.DivClassName
{
background-color: #BA146F;
}
.BgClassName
{
background-color: #BA146F;
}
</style>
border-color css
<style>
span { border-color: #BA146F; }
span { border-color: rgb(186,20,111); }
td.TdClassName
{
border-color: #BA146F;
}
.TagClassName
{
border-color: #BA146F;
}
</style>