Shades of Medium Violet Red #BA168E
Tints of Medium Violet Red #BA168E
RGB
CMYK
RGB Variations
Color information
#BA168E (or 0xBA168E) is known color: Medium Violet Red. HEX triplet: BA, 16 and 8E. RGB value is (186,22,142). Sum of RGB (Red+Green+Blue) = 186+22+142=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 22 (8.98% from 255 or 6.29% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA168E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA168E is #45E971. Grayscale: #545454. Windows color (decimal): -4581746 or 9311930. OLE color: 9311930.
HSL color Cylindrical-coordinate representation of color #BA168E: hue angle of 316.1º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA168E is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 22 | 142 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.27 |
| HSL | 316.1º | 0.79% | 0.41% | - |
| HSV(B) | 316.1º | 0.88% | 0.73% | - |
| XYZ | 25.42 | 12.97 | 26.75 | - |
| YUV | 84.72 | 160.33 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 142 | 0 | 0.88 | 0.24 | 0.27 | 316.1 | 0.79 | 0.41 |
| Hex | BA | 16 | 8E | 0 | 58 | 18 | 1B | 13C | 4F | 29 |
| Octal | 272 | 26 | 216 | 0 | 130 | 30 | 33 | 474 | 117 | 51 |
| Binary | 10111010 | 10110 | 10001110 | 0 | 1011000 | 11000 | 11011 | 100111100 | 1001111 | 101001 |
Color Harmonies of #BA168E
Complementary color
Monochromatic Colors of #BA168E
Black with #BA168E
Text Example
Text Example
White with #BA168E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA168E; }
p { color: rgb(186,22,142); }
H1.HeaderClassName
{
color: #BA168E;
}
.AnyTagClassName
{
color: #BA168E;
}
</style>
background-color css
<style>
a { background-color: #BA168E; }
a { background-color: rgb(186,22,142); }
div.DivClassName
{
background-color: #BA168E;
}
.BgClassName
{
background-color: #BA168E;
}
</style>
border-color css
<style>
span { border-color: #BA168E; }
span { border-color: rgb(186,22,142); }
td.TdClassName
{
border-color: #BA168E;
}
.TagClassName
{
border-color: #BA168E;
}
</style>