Shades of Medium Violet Red #BA167F
Tints of Medium Violet Red #BA167F
RGB
CMYK
RGB Variations
Color information
#BA167F (or 0xBA167F) is known color: Medium Violet Red. HEX triplet: BA, 16 and 7F. RGB value is (186,22,127). Sum of RGB (Red+Green+Blue) = 186+22+127=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA167F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA167F is #45E980. Grayscale: #525252. Windows color (decimal): -4581761 or 8328890. OLE color: 8328890.
HSL color Cylindrical-coordinate representation of color #BA167F: hue angle of 321.59º 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 #BA167F is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 22 | 127 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.27 |
| HSL | 321.59º | 0.79% | 0.41% | - |
| HSV(B) | 321.59º | 0.88% | 0.73% | - |
| XYZ | 24.37 | 12.55 | 21.22 | - |
| YUV | 83.01 | 152.83 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 127 | 0 | 0.88 | 0.32 | 0.27 | 321.59 | 0.79 | 0.41 |
| Hex | BA | 16 | 7F | 0 | 58 | 20 | 1B | 142 | 4F | 29 |
| Octal | 272 | 26 | 177 | 0 | 130 | 40 | 33 | 502 | 117 | 51 |
| Binary | 10111010 | 10110 | 1111111 | 0 | 1011000 | 100000 | 11011 | 101000010 | 1001111 | 101001 |
Color Harmonies of #BA167F
Complementary color
Monochromatic Colors of #BA167F
Black with #BA167F
Text Example
Text Example
White with #BA167F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA167F; }
p { color: rgb(186,22,127); }
H1.HeaderClassName
{
color: #BA167F;
}
.AnyTagClassName
{
color: #BA167F;
}
</style>
background-color css
<style>
a { background-color: #BA167F; }
a { background-color: rgb(186,22,127); }
div.DivClassName
{
background-color: #BA167F;
}
.BgClassName
{
background-color: #BA167F;
}
</style>
border-color css
<style>
span { border-color: #BA167F; }
span { border-color: rgb(186,22,127); }
td.TdClassName
{
border-color: #BA167F;
}
.TagClassName
{
border-color: #BA167F;
}
</style>