Shades of Medium Violet Red #BA167D
Tints of Medium Violet Red #BA167D
RGB
CMYK
RGB Variations
Color information
#BA167D (or 0xBA167D) is known color: Medium Violet Red. HEX triplet: BA, 16 and 7D. RGB value is (186,22,125). Sum of RGB (Red+Green+Blue) = 186+22+125=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 22 (8.98% from 255 or 6.61% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA167D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA167D is #45E982. Grayscale: #525252. Windows color (decimal): -4581763 or 8197818. OLE color: 8197818.
HSL color Cylindrical-coordinate representation of color #BA167D: hue angle of 322.32º 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 #BA167D is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 22 | 125 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.27 |
| HSL | 322.32º | 0.79% | 0.41% | - |
| HSV(B) | 322.32º | 0.88% | 0.73% | - |
| XYZ | 24.24 | 12.49 | 20.54 | - |
| YUV | 82.78 | 151.83 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 125 | 0 | 0.88 | 0.33 | 0.27 | 322.32 | 0.79 | 0.41 |
| Hex | BA | 16 | 7D | 0 | 58 | 21 | 1B | 142 | 4F | 29 |
| Octal | 272 | 26 | 175 | 0 | 130 | 41 | 33 | 502 | 117 | 51 |
| Binary | 10111010 | 10110 | 1111101 | 0 | 1011000 | 100001 | 11011 | 101000010 | 1001111 | 101001 |
Color Harmonies of #BA167D
Complementary color
Monochromatic Colors of #BA167D
Black with #BA167D
Text Example
Text Example
White with #BA167D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA167D; }
p { color: rgb(186,22,125); }
H1.HeaderClassName
{
color: #BA167D;
}
.AnyTagClassName
{
color: #BA167D;
}
</style>
background-color css
<style>
a { background-color: #BA167D; }
a { background-color: rgb(186,22,125); }
div.DivClassName
{
background-color: #BA167D;
}
.BgClassName
{
background-color: #BA167D;
}
</style>
border-color css
<style>
span { border-color: #BA167D; }
span { border-color: rgb(186,22,125); }
td.TdClassName
{
border-color: #BA167D;
}
.TagClassName
{
border-color: #BA167D;
}
</style>