Shades of Medium Violet Red #BA168D
Tints of Medium Violet Red #BA168D
RGB
CMYK
RGB Variations
Color information
#BA168D (or 0xBA168D) is known color: Medium Violet Red. HEX triplet: BA, 16 and 8D. RGB value is (186,22,141). Sum of RGB (Red+Green+Blue) = 186+22+141=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 22 (8.98% from 255 or 6.30% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA168D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA168D is #45E972. Grayscale: #545454. Windows color (decimal): -4581747 or 9246394. OLE color: 9246394.
HSL color Cylindrical-coordinate representation of color #BA168D: hue angle of 316.46º 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 #BA168D is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 22 | 141 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.27 |
| HSL | 316.46º | 0.79% | 0.41% | - |
| HSV(B) | 316.46º | 0.88% | 0.73% | - |
| XYZ | 25.34 | 12.94 | 26.36 | - |
| YUV | 84.6 | 159.83 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 141 | 0 | 0.88 | 0.24 | 0.27 | 316.46 | 0.79 | 0.41 |
| Hex | BA | 16 | 8D | 0 | 58 | 18 | 1B | 13C | 4F | 29 |
| Octal | 272 | 26 | 215 | 0 | 130 | 30 | 33 | 474 | 117 | 51 |
| Binary | 10111010 | 10110 | 10001101 | 0 | 1011000 | 11000 | 11011 | 100111100 | 1001111 | 101001 |
Color Harmonies of #BA168D
Complementary color
Monochromatic Colors of #BA168D
Black with #BA168D
Text Example
Text Example
White with #BA168D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA168D; }
p { color: rgb(186,22,141); }
H1.HeaderClassName
{
color: #BA168D;
}
.AnyTagClassName
{
color: #BA168D;
}
</style>
background-color css
<style>
a { background-color: #BA168D; }
a { background-color: rgb(186,22,141); }
div.DivClassName
{
background-color: #BA168D;
}
.BgClassName
{
background-color: #BA168D;
}
</style>
border-color css
<style>
span { border-color: #BA168D; }
span { border-color: rgb(186,22,141); }
td.TdClassName
{
border-color: #BA168D;
}
.TagClassName
{
border-color: #BA168D;
}
</style>