Shades of Medium Violet Red #BA159E
Tints of Medium Violet Red #BA159E
RGB
CMYK
RGB Variations
Color information
#BA159E (or 0xBA159E) is known color: Medium Violet Red. HEX triplet: BA, 15 and 9E. RGB value is (186,21,158). Sum of RGB (Red+Green+Blue) = 186+21+158=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 158 (62.11% from 255 or 43.29% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA159E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA159E is #45EA61. Grayscale: #555555. Windows color (decimal): -4581986 or 10360250. OLE color: 10360250.
HSL color Cylindrical-coordinate representation of color #BA159E: hue angle of 310.18º 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 #BA159E is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 21 | 158 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.27 |
| HSL | 310.18º | 0.8% | 0.41% | - |
| HSV(B) | 310.18º | 0.89% | 0.73% | - |
| XYZ | 26.69 | 13.44 | 33.54 | - |
| YUV | 85.95 | 168.66 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 158 | 0 | 0.89 | 0.15 | 0.27 | 310.18 | 0.8 | 0.41 |
| Hex | BA | 15 | 9E | 0 | 59 | F | 1B | 136 | 50 | 29 |
| Octal | 272 | 25 | 236 | 0 | 131 | 17 | 33 | 466 | 120 | 51 |
| Binary | 10111010 | 10101 | 10011110 | 0 | 1011001 | 1111 | 11011 | 100110110 | 1010000 | 101001 |
Color Harmonies of #BA159E
Complementary color
Monochromatic Colors of #BA159E
Black with #BA159E
Text Example
Text Example
White with #BA159E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA159E; }
p { color: rgb(186,21,158); }
H1.HeaderClassName
{
color: #BA159E;
}
.AnyTagClassName
{
color: #BA159E;
}
</style>
background-color css
<style>
a { background-color: #BA159E; }
a { background-color: rgb(186,21,158); }
div.DivClassName
{
background-color: #BA159E;
}
.BgClassName
{
background-color: #BA159E;
}
</style>
border-color css
<style>
span { border-color: #BA159E; }
span { border-color: rgb(186,21,158); }
td.TdClassName
{
border-color: #BA159E;
}
.TagClassName
{
border-color: #BA159E;
}
</style>