Shades of Medium Violet Red #BA159B
Tints of Medium Violet Red #BA159B
RGB
CMYK
RGB Variations
Color information
#BA159B (or 0xBA159B) is known color: Medium Violet Red. HEX triplet: BA, 15 and 9B. RGB value is (186,21,155). Sum of RGB (Red+Green+Blue) = 186+21+155=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 21 (8.59% from 255 or 5.80% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA159B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA159B is #45EA64. Grayscale: #555555. Windows color (decimal): -4581989 or 10163642. OLE color: 10163642.
HSL color Cylindrical-coordinate representation of color #BA159B: hue angle of 311.27º 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 #BA159B is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 21 | 155 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.27 |
| HSL | 311.27º | 0.8% | 0.41% | - |
| HSV(B) | 311.27º | 0.89% | 0.73% | - |
| XYZ | 26.43 | 13.34 | 32.19 | - |
| YUV | 85.61 | 167.16 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 155 | 0 | 0.89 | 0.17 | 0.27 | 311.27 | 0.8 | 0.41 |
| Hex | BA | 15 | 9B | 0 | 59 | 11 | 1B | 137 | 50 | 29 |
| Octal | 272 | 25 | 233 | 0 | 131 | 21 | 33 | 467 | 120 | 51 |
| Binary | 10111010 | 10101 | 10011011 | 0 | 1011001 | 10001 | 11011 | 100110111 | 1010000 | 101001 |
Color Harmonies of #BA159B
Complementary color
Monochromatic Colors of #BA159B
Black with #BA159B
Text Example
Text Example
White with #BA159B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA159B; }
p { color: rgb(186,21,155); }
H1.HeaderClassName
{
color: #BA159B;
}
.AnyTagClassName
{
color: #BA159B;
}
</style>
background-color css
<style>
a { background-color: #BA159B; }
a { background-color: rgb(186,21,155); }
div.DivClassName
{
background-color: #BA159B;
}
.BgClassName
{
background-color: #BA159B;
}
</style>
border-color css
<style>
span { border-color: #BA159B; }
span { border-color: rgb(186,21,155); }
td.TdClassName
{
border-color: #BA159B;
}
.TagClassName
{
border-color: #BA159B;
}
</style>