Shades of Medium Violet Red #BA168C
Tints of Medium Violet Red #BA168C
RGB
CMYK
RGB Variations
Color information
#BA168C (or 0xBA168C) is known color: Medium Violet Red. HEX triplet: BA, 16 and 8C. RGB value is (186,22,140). Sum of RGB (Red+Green+Blue) = 186+22+140=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 22 (8.98% from 255 or 6.32% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA168C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA168C is #45E973. Grayscale: #545454. Windows color (decimal): -4581748 or 9180858. OLE color: 9180858.
HSL color Cylindrical-coordinate representation of color #BA168C: hue angle of 316.83º 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 #BA168C is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 22 | 140 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.27 |
| HSL | 316.83º | 0.79% | 0.41% | - |
| HSV(B) | 316.83º | 0.88% | 0.73% | - |
| XYZ | 25.27 | 12.91 | 25.97 | - |
| YUV | 84.49 | 159.33 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 140 | 0 | 0.88 | 0.25 | 0.27 | 316.83 | 0.79 | 0.41 |
| Hex | BA | 16 | 8C | 0 | 58 | 19 | 1B | 13D | 4F | 29 |
| Octal | 272 | 26 | 214 | 0 | 130 | 31 | 33 | 475 | 117 | 51 |
| Binary | 10111010 | 10110 | 10001100 | 0 | 1011000 | 11001 | 11011 | 100111101 | 1001111 | 101001 |
Color Harmonies of #BA168C
Complementary color
Monochromatic Colors of #BA168C
Black with #BA168C
Text Example
Text Example
White with #BA168C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA168C; }
p { color: rgb(186,22,140); }
H1.HeaderClassName
{
color: #BA168C;
}
.AnyTagClassName
{
color: #BA168C;
}
</style>
background-color css
<style>
a { background-color: #BA168C; }
a { background-color: rgb(186,22,140); }
div.DivClassName
{
background-color: #BA168C;
}
.BgClassName
{
background-color: #BA168C;
}
</style>
border-color css
<style>
span { border-color: #BA168C; }
span { border-color: rgb(186,22,140); }
td.TdClassName
{
border-color: #BA168C;
}
.TagClassName
{
border-color: #BA168C;
}
</style>