Shades of Medium Violet Red #BA118C
Tints of Medium Violet Red #BA118C
RGB
CMYK
RGB Variations
Color information
#BA118C (or 0xBA118C) is known color: Medium Violet Red. HEX triplet: BA, 11 and 8C. RGB value is (186,17,140). Sum of RGB (Red+Green+Blue) = 186+17+140=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 17 (7.03% from 255 or 4.96% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA118C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA118C is #45EE73. Grayscale: #515151. Windows color (decimal): -4583028 or 9179578. OLE color: 9179578.
HSL color Cylindrical-coordinate representation of color #BA118C: hue angle of 316.33º degrees, saturation: 0.83, 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 #BA118C is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 17 | 140 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.27 |
| HSL | 316.33º | 0.83% | 0.4% | - |
| HSV(B) | 316.33º | 0.91% | 0.73% | - |
| XYZ | 25.18 | 12.73 | 25.94 | - |
| YUV | 81.55 | 160.99 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 17 | 140 | 0 | 0.91 | 0.25 | 0.27 | 316.33 | 0.83 | 0.4 |
| Hex | BA | 11 | 8C | 0 | 5B | 19 | 1B | 13C | 53 | 28 |
| Octal | 272 | 21 | 214 | 0 | 133 | 31 | 33 | 474 | 123 | 50 |
| Binary | 10111010 | 10001 | 10001100 | 0 | 1011011 | 11001 | 11011 | 100111100 | 1010011 | 101000 |
Color Harmonies of #BA118C
Complementary color
Monochromatic Colors of #BA118C
Black with #BA118C
Text Example
Text Example
White with #BA118C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA118C; }
p { color: rgb(186,17,140); }
H1.HeaderClassName
{
color: #BA118C;
}
.AnyTagClassName
{
color: #BA118C;
}
</style>
background-color css
<style>
a { background-color: #BA118C; }
a { background-color: rgb(186,17,140); }
div.DivClassName
{
background-color: #BA118C;
}
.BgClassName
{
background-color: #BA118C;
}
</style>
border-color css
<style>
span { border-color: #BA118C; }
span { border-color: rgb(186,17,140); }
td.TdClassName
{
border-color: #BA118C;
}
.TagClassName
{
border-color: #BA118C;
}
</style>