Shades of Medium Violet Red #BA108F
Tints of Medium Violet Red #BA108F
RGB
CMYK
RGB Variations
Color information
#BA108F (or 0xBA108F) is known color: Medium Violet Red. HEX triplet: BA, 10 and 8F. RGB value is (186,16,143). Sum of RGB (Red+Green+Blue) = 186+16+143=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 16 (6.64% from 255 or 4.64% from 345); Blue value is 143 (56.25% from 255 or 41.45% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA108F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA108F is #45EF70. Grayscale: #505050. Windows color (decimal): -4583281 or 9375930. OLE color: 9375930.
HSL color Cylindrical-coordinate representation of color #BA108F: hue angle of 315.18º 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 #BA108F is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 16 | 143 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.27 |
| HSL | 315.18º | 0.84% | 0.4% | - |
| HSV(B) | 315.18º | 0.91% | 0.73% | - |
| XYZ | 25.39 | 12.79 | 27.12 | - |
| YUV | 81.31 | 162.82 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 143 | 0 | 0.91 | 0.23 | 0.27 | 315.18 | 0.84 | 0.4 |
| Hex | BA | 10 | 8F | 0 | 5B | 17 | 1B | 13B | 54 | 28 |
| Octal | 272 | 20 | 217 | 0 | 133 | 27 | 33 | 473 | 124 | 50 |
| Binary | 10111010 | 10000 | 10001111 | 0 | 1011011 | 10111 | 11011 | 100111011 | 1010100 | 101000 |
Color Harmonies of #BA108F
Complementary color
Monochromatic Colors of #BA108F
Black with #BA108F
Text Example
Text Example
White with #BA108F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA108F; }
p { color: rgb(186,16,143); }
H1.HeaderClassName
{
color: #BA108F;
}
.AnyTagClassName
{
color: #BA108F;
}
</style>
background-color css
<style>
a { background-color: #BA108F; }
a { background-color: rgb(186,16,143); }
div.DivClassName
{
background-color: #BA108F;
}
.BgClassName
{
background-color: #BA108F;
}
</style>
border-color css
<style>
span { border-color: #BA108F; }
span { border-color: rgb(186,16,143); }
td.TdClassName
{
border-color: #BA108F;
}
.TagClassName
{
border-color: #BA108F;
}
</style>