Shades of Medium Violet Red #BA167C
Tints of Medium Violet Red #BA167C
RGB
CMYK
RGB Variations
Color information
#BA167C (or 0xBA167C) is known color: Medium Violet Red. HEX triplet: BA, 16 and 7C. RGB value is (186,22,124). Sum of RGB (Red+Green+Blue) = 186+22+124=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 22 (8.98% from 255 or 6.63% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA167C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA167C is #45E983. Grayscale: #525252. Windows color (decimal): -4581764 or 8132282. OLE color: 8132282.
HSL color Cylindrical-coordinate representation of color #BA167C: hue angle of 322.68º 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 #BA167C is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 22 | 124 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.27 |
| HSL | 322.68º | 0.79% | 0.41% | - |
| HSV(B) | 322.68º | 0.88% | 0.73% | - |
| XYZ | 24.17 | 12.47 | 20.2 | - |
| YUV | 82.66 | 151.33 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 124 | 0 | 0.88 | 0.33 | 0.27 | 322.68 | 0.79 | 0.41 |
| Hex | BA | 16 | 7C | 0 | 58 | 21 | 1B | 143 | 4F | 29 |
| Octal | 272 | 26 | 174 | 0 | 130 | 41 | 33 | 503 | 117 | 51 |
| Binary | 10111010 | 10110 | 1111100 | 0 | 1011000 | 100001 | 11011 | 101000011 | 1001111 | 101001 |
Color Harmonies of #BA167C
Complementary color
Monochromatic Colors of #BA167C
Black with #BA167C
Text Example
Text Example
White with #BA167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA167C; }
p { color: rgb(186,22,124); }
H1.HeaderClassName
{
color: #BA167C;
}
.AnyTagClassName
{
color: #BA167C;
}
</style>
background-color css
<style>
a { background-color: #BA167C; }
a { background-color: rgb(186,22,124); }
div.DivClassName
{
background-color: #BA167C;
}
.BgClassName
{
background-color: #BA167C;
}
</style>
border-color css
<style>
span { border-color: #BA167C; }
span { border-color: rgb(186,22,124); }
td.TdClassName
{
border-color: #BA167C;
}
.TagClassName
{
border-color: #BA167C;
}
</style>