Shades of Medium Violet Red #BA168B
Tints of Medium Violet Red #BA168B
RGB
CMYK
RGB Variations
Color information
#BA168B (or 0xBA168B) is known color: Medium Violet Red. HEX triplet: BA, 16 and 8B. RGB value is (186,22,139). Sum of RGB (Red+Green+Blue) = 186+22+139=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA168B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA168B is #45E974. Grayscale: #545454. Windows color (decimal): -4581749 or 9115322. OLE color: 9115322.
HSL color Cylindrical-coordinate representation of color #BA168B: hue angle of 317.2º 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 #BA168B is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 22 | 139 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.27 |
| HSL | 317.2º | 0.79% | 0.41% | - |
| HSV(B) | 317.2º | 0.88% | 0.73% | - |
| XYZ | 25.2 | 12.88 | 25.58 | - |
| YUV | 84.37 | 158.83 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 139 | 0 | 0.88 | 0.25 | 0.27 | 317.2 | 0.79 | 0.41 |
| Hex | BA | 16 | 8B | 0 | 58 | 19 | 1B | 13D | 4F | 29 |
| Octal | 272 | 26 | 213 | 0 | 130 | 31 | 33 | 475 | 117 | 51 |
| Binary | 10111010 | 10110 | 10001011 | 0 | 1011000 | 11001 | 11011 | 100111101 | 1001111 | 101001 |
Color Harmonies of #BA168B
Complementary color
Monochromatic Colors of #BA168B
Black with #BA168B
Text Example
Text Example
White with #BA168B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA168B; }
p { color: rgb(186,22,139); }
H1.HeaderClassName
{
color: #BA168B;
}
.AnyTagClassName
{
color: #BA168B;
}
</style>
background-color css
<style>
a { background-color: #BA168B; }
a { background-color: rgb(186,22,139); }
div.DivClassName
{
background-color: #BA168B;
}
.BgClassName
{
background-color: #BA168B;
}
</style>
border-color css
<style>
span { border-color: #BA168B; }
span { border-color: rgb(186,22,139); }
td.TdClassName
{
border-color: #BA168B;
}
.TagClassName
{
border-color: #BA168B;
}
</style>