Shades of Medium Violet Red #BA118B
Tints of Medium Violet Red #BA118B
RGB
CMYK
RGB Variations
Color information
#BA118B (or 0xBA118B) is known color: Medium Violet Red. HEX triplet: BA, 11 and 8B. RGB value is (186,17,139). Sum of RGB (Red+Green+Blue) = 186+17+139=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 17 (7.03% from 255 or 4.97% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA118B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA118B is #45EE74. Grayscale: #515151. Windows color (decimal): -4583029 or 9114042. OLE color: 9114042.
HSL color Cylindrical-coordinate representation of color #BA118B: hue angle of 316.69º 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 #BA118B is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 17 | 139 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.27 |
| HSL | 316.69º | 0.83% | 0.4% | - |
| HSV(B) | 316.69º | 0.91% | 0.73% | - |
| XYZ | 25.11 | 12.7 | 25.55 | - |
| YUV | 81.44 | 160.49 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 17 | 139 | 0 | 0.91 | 0.25 | 0.27 | 316.69 | 0.83 | 0.4 |
| Hex | BA | 11 | 8B | 0 | 5B | 19 | 1B | 13D | 53 | 28 |
| Octal | 272 | 21 | 213 | 0 | 133 | 31 | 33 | 475 | 123 | 50 |
| Binary | 10111010 | 10001 | 10001011 | 0 | 1011011 | 11001 | 11011 | 100111101 | 1010011 | 101000 |
Color Harmonies of #BA118B
Complementary color
Monochromatic Colors of #BA118B
Black with #BA118B
Text Example
Text Example
White with #BA118B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA118B; }
p { color: rgb(186,17,139); }
H1.HeaderClassName
{
color: #BA118B;
}
.AnyTagClassName
{
color: #BA118B;
}
</style>
background-color css
<style>
a { background-color: #BA118B; }
a { background-color: rgb(186,17,139); }
div.DivClassName
{
background-color: #BA118B;
}
.BgClassName
{
background-color: #BA118B;
}
</style>
border-color css
<style>
span { border-color: #BA118B; }
span { border-color: rgb(186,17,139); }
td.TdClassName
{
border-color: #BA118B;
}
.TagClassName
{
border-color: #BA118B;
}
</style>