Shades of Medium Violet Red #BA116F
Tints of Medium Violet Red #BA116F
RGB
CMYK
RGB Variations
Color information
#BA116F (or 0xBA116F) is known color: Medium Violet Red. HEX triplet: BA, 11 and 6F. RGB value is (186,17,111). Sum of RGB (Red+Green+Blue) = 186+17+111=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 17 (7.03% from 255 or 5.41% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA116F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA116F is #45EE90. Grayscale: #4E4E4E. Windows color (decimal): -4583057 or 7279034. OLE color: 7279034.
HSL color Cylindrical-coordinate representation of color #BA116F: hue angle of 326.63º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA116F is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 17 | 111 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.27 |
| HSL | 326.63º | 0.83% | 0.4% | - |
| HSV(B) | 326.63º | 0.91% | 0.73% | - |
| XYZ | 23.32 | 11.99 | 16.12 | - |
| YUV | 78.25 | 146.49 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 17 | 111 | 0 | 0.91 | 0.40 | 0.27 | 326.63 | 0.83 | 0.4 |
| Hex | BA | 11 | 6F | 0 | 5B | 28 | 1B | 147 | 53 | 28 |
| Octal | 272 | 21 | 157 | 0 | 133 | 50 | 33 | 507 | 123 | 50 |
| Binary | 10111010 | 10001 | 1101111 | 0 | 1011011 | 101000 | 11011 | 101000111 | 1010011 | 101000 |
Color Harmonies of #BA116F
Complementary color
Monochromatic Colors of #BA116F
Black with #BA116F
Text Example
Text Example
White with #BA116F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA116F; }
p { color: rgb(186,17,111); }
H1.HeaderClassName
{
color: #BA116F;
}
.AnyTagClassName
{
color: #BA116F;
}
</style>
background-color css
<style>
a { background-color: #BA116F; }
a { background-color: rgb(186,17,111); }
div.DivClassName
{
background-color: #BA116F;
}
.BgClassName
{
background-color: #BA116F;
}
</style>
border-color css
<style>
span { border-color: #BA116F; }
span { border-color: rgb(186,17,111); }
td.TdClassName
{
border-color: #BA116F;
}
.TagClassName
{
border-color: #BA116F;
}
</style>