Shades of Medium Violet Red #BA109F
Tints of Medium Violet Red #BA109F
RGB
CMYK
RGB Variations
Color information
#BA109F (or 0xBA109F) is known color: Medium Violet Red. HEX triplet: BA, 10 and 9F. RGB value is (186,16,159). Sum of RGB (Red+Green+Blue) = 186+16+159=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 16 (6.64% from 255 or 4.43% from 361); Blue value is 159 (62.5% from 255 or 44.04% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA109F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA109F is #45EF60. Grayscale: #525252. Windows color (decimal): -4583265 or 10424506. OLE color: 10424506.
HSL color Cylindrical-coordinate representation of color #BA109F: hue angle of 309.53º 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 #BA109F is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 16 | 159 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.27 |
| HSL | 309.53º | 0.84% | 0.4% | - |
| HSV(B) | 309.53º | 0.91% | 0.73% | - |
| XYZ | 26.69 | 13.31 | 33.96 | - |
| YUV | 83.13 | 170.82 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 159 | 0 | 0.91 | 0.15 | 0.27 | 309.53 | 0.84 | 0.4 |
| Hex | BA | 10 | 9F | 0 | 5B | F | 1B | 136 | 54 | 28 |
| Octal | 272 | 20 | 237 | 0 | 133 | 17 | 33 | 466 | 124 | 50 |
| Binary | 10111010 | 10000 | 10011111 | 0 | 1011011 | 1111 | 11011 | 100110110 | 1010100 | 101000 |
Color Harmonies of #BA109F
Complementary color
Monochromatic Colors of #BA109F
Black with #BA109F
Text Example
Text Example
White with #BA109F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA109F; }
p { color: rgb(186,16,159); }
H1.HeaderClassName
{
color: #BA109F;
}
.AnyTagClassName
{
color: #BA109F;
}
</style>
background-color css
<style>
a { background-color: #BA109F; }
a { background-color: rgb(186,16,159); }
div.DivClassName
{
background-color: #BA109F;
}
.BgClassName
{
background-color: #BA109F;
}
</style>
border-color css
<style>
span { border-color: #BA109F; }
span { border-color: rgb(186,16,159); }
td.TdClassName
{
border-color: #BA109F;
}
.TagClassName
{
border-color: #BA109F;
}
</style>