Shades of Medium Violet Red #BA109E
Tints of Medium Violet Red #BA109E
RGB
CMYK
RGB Variations
Color information
#BA109E (or 0xBA109E) is known color: Medium Violet Red. HEX triplet: BA, 10 and 9E. RGB value is (186,16,158). Sum of RGB (Red+Green+Blue) = 186+16+158=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 16 (6.64% from 255 or 4.44% from 360); Blue value is 158 (62.11% from 255 or 43.89% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA109E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA109E is #45EF61. Grayscale: #525252. Windows color (decimal): -4583266 or 10358970. OLE color: 10358970.
HSL color Cylindrical-coordinate representation of color #BA109E: hue angle of 309.88º degrees, saturation: 0.84, 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 #BA109E is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 16 | 158 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.27 |
| HSL | 309.88º | 0.84% | 0.4% | - |
| HSV(B) | 309.88º | 0.91% | 0.73% | - |
| XYZ | 26.61 | 13.28 | 33.51 | - |
| YUV | 83.02 | 170.32 | 201.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 158 | 0 | 0.91 | 0.15 | 0.27 | 309.88 | 0.84 | 0.4 |
| Hex | BA | 10 | 9E | 0 | 5B | F | 1B | 136 | 54 | 28 |
| Octal | 272 | 20 | 236 | 0 | 133 | 17 | 33 | 466 | 124 | 50 |
| Binary | 10111010 | 10000 | 10011110 | 0 | 1011011 | 1111 | 11011 | 100110110 | 1010100 | 101000 |
Color Harmonies of #BA109E
Complementary color
Monochromatic Colors of #BA109E
Black with #BA109E
Text Example
Text Example
White with #BA109E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA109E; }
p { color: rgb(186,16,158); }
H1.HeaderClassName
{
color: #BA109E;
}
.AnyTagClassName
{
color: #BA109E;
}
</style>
background-color css
<style>
a { background-color: #BA109E; }
a { background-color: rgb(186,16,158); }
div.DivClassName
{
background-color: #BA109E;
}
.BgClassName
{
background-color: #BA109E;
}
</style>
border-color css
<style>
span { border-color: #BA109E; }
span { border-color: rgb(186,16,158); }
td.TdClassName
{
border-color: #BA109E;
}
.TagClassName
{
border-color: #BA109E;
}
</style>