Shades of Medium Violet Red #BA119D
Tints of Medium Violet Red #BA119D
RGB
CMYK
RGB Variations
Color information
#BA119D (or 0xBA119D) is known color: Medium Violet Red. HEX triplet: BA, 11 and 9D. RGB value is (186,17,157). Sum of RGB (Red+Green+Blue) = 186+17+157=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 17 (7.03% from 255 or 4.72% from 360); Blue value is 157 (61.72% from 255 or 43.61% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA119D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA119D is #45EE62. Grayscale: #535353. Windows color (decimal): -4583011 or 10293690. OLE color: 10293690.
HSL color Cylindrical-coordinate representation of color #BA119D: hue angle of 310.3º 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 #BA119D is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 17 | 157 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.27 |
| HSL | 310.3º | 0.83% | 0.4% | - |
| HSV(B) | 310.3º | 0.91% | 0.73% | - |
| XYZ | 26.54 | 13.27 | 33.06 | - |
| YUV | 83.49 | 169.49 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 17 | 157 | 0 | 0.91 | 0.16 | 0.27 | 310.3 | 0.83 | 0.4 |
| Hex | BA | 11 | 9D | 0 | 5B | 10 | 1B | 136 | 53 | 28 |
| Octal | 272 | 21 | 235 | 0 | 133 | 20 | 33 | 466 | 123 | 50 |
| Binary | 10111010 | 10001 | 10011101 | 0 | 1011011 | 10000 | 11011 | 100110110 | 1010011 | 101000 |
Color Harmonies of #BA119D
Complementary color
Monochromatic Colors of #BA119D
Black with #BA119D
Text Example
Text Example
White with #BA119D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA119D; }
p { color: rgb(186,17,157); }
H1.HeaderClassName
{
color: #BA119D;
}
.AnyTagClassName
{
color: #BA119D;
}
</style>
background-color css
<style>
a { background-color: #BA119D; }
a { background-color: rgb(186,17,157); }
div.DivClassName
{
background-color: #BA119D;
}
.BgClassName
{
background-color: #BA119D;
}
</style>
border-color css
<style>
span { border-color: #BA119D; }
span { border-color: rgb(186,17,157); }
td.TdClassName
{
border-color: #BA119D;
}
.TagClassName
{
border-color: #BA119D;
}
</style>