Shades of Medium Violet Red #BA167E
Tints of Medium Violet Red #BA167E
RGB
CMYK
RGB Variations
Color information
#BA167E (or 0xBA167E) is known color: Medium Violet Red. HEX triplet: BA, 16 and 7E. RGB value is (186,22,126). Sum of RGB (Red+Green+Blue) = 186+22+126=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 22 (8.98% from 255 or 6.59% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA167E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA167E is #45E981. Grayscale: #525252. Windows color (decimal): -4581762 or 8263354. OLE color: 8263354.
HSL color Cylindrical-coordinate representation of color #BA167E: hue angle of 321.95º 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 #BA167E is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 22 | 126 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.27 |
| HSL | 321.95º | 0.79% | 0.41% | - |
| HSV(B) | 321.95º | 0.88% | 0.73% | - |
| XYZ | 24.3 | 12.52 | 20.87 | - |
| YUV | 82.89 | 152.33 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 126 | 0 | 0.88 | 0.32 | 0.27 | 321.95 | 0.79 | 0.41 |
| Hex | BA | 16 | 7E | 0 | 58 | 20 | 1B | 142 | 4F | 29 |
| Octal | 272 | 26 | 176 | 0 | 130 | 40 | 33 | 502 | 117 | 51 |
| Binary | 10111010 | 10110 | 1111110 | 0 | 1011000 | 100000 | 11011 | 101000010 | 1001111 | 101001 |
Color Harmonies of #BA167E
Complementary color
Monochromatic Colors of #BA167E
Black with #BA167E
Text Example
Text Example
White with #BA167E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA167E; }
p { color: rgb(186,22,126); }
H1.HeaderClassName
{
color: #BA167E;
}
.AnyTagClassName
{
color: #BA167E;
}
</style>
background-color css
<style>
a { background-color: #BA167E; }
a { background-color: rgb(186,22,126); }
div.DivClassName
{
background-color: #BA167E;
}
.BgClassName
{
background-color: #BA167E;
}
</style>
border-color css
<style>
span { border-color: #BA167E; }
span { border-color: rgb(186,22,126); }
td.TdClassName
{
border-color: #BA167E;
}
.TagClassName
{
border-color: #BA167E;
}
</style>