Shades of Medium Violet Red #BA158E
Tints of Medium Violet Red #BA158E
RGB
CMYK
RGB Variations
Color information
#BA158E (or 0xBA158E) is known color: Medium Violet Red. HEX triplet: BA, 15 and 8E. RGB value is (186,21,142). Sum of RGB (Red+Green+Blue) = 186+21+142=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 21 (8.59% from 255 or 6.02% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA158E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA158E is #45EA71. Grayscale: #535353. Windows color (decimal): -4582002 or 9311674. OLE color: 9311674.
HSL color Cylindrical-coordinate representation of color #BA158E: hue angle of 316º degrees, saturation: 0.8, 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 #BA158E is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 21 | 142 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.27 |
| HSL | 316º | 0.8% | 0.41% | - |
| HSV(B) | 316º | 0.89% | 0.73% | - |
| XYZ | 25.4 | 12.93 | 26.75 | - |
| YUV | 84.13 | 160.66 | 200.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 142 | 0 | 0.89 | 0.24 | 0.27 | 316 | 0.8 | 0.41 |
| Hex | BA | 15 | 8E | 0 | 59 | 18 | 1B | 13C | 50 | 29 |
| Octal | 272 | 25 | 216 | 0 | 131 | 30 | 33 | 474 | 120 | 51 |
| Binary | 10111010 | 10101 | 10001110 | 0 | 1011001 | 11000 | 11011 | 100111100 | 1010000 | 101001 |
Color Harmonies of #BA158E
Complementary color
Monochromatic Colors of #BA158E
Black with #BA158E
Text Example
Text Example
White with #BA158E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA158E; }
p { color: rgb(186,21,142); }
H1.HeaderClassName
{
color: #BA158E;
}
.AnyTagClassName
{
color: #BA158E;
}
</style>
background-color css
<style>
a { background-color: #BA158E; }
a { background-color: rgb(186,21,142); }
div.DivClassName
{
background-color: #BA158E;
}
.BgClassName
{
background-color: #BA158E;
}
</style>
border-color css
<style>
span { border-color: #BA158E; }
span { border-color: rgb(186,21,142); }
td.TdClassName
{
border-color: #BA158E;
}
.TagClassName
{
border-color: #BA158E;
}
</style>