Shades of Medium Violet Red #BE1977
Tints of Medium Violet Red #BE1977
RGB
CMYK
RGB Variations
Color information
#BE1977 (or 0xBE1977) is known color: Medium Violet Red. HEX triplet: BE, 19 and 77. RGB value is (190,25,119). Sum of RGB (Red+Green+Blue) = 190+25+119=334 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.89% from 334); Green value is 25 (10.16% from 255 or 7.49% from 334); Blue value is 119 (46.88% from 255 or 35.63% from 334); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1977 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1977 is #41E688. Grayscale: #545454. Windows color (decimal): -4318857 or 7805374. OLE color: 7805374.
HSL color Cylindrical-coordinate representation of color #BE1977: hue angle of 325.82º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE1977 is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 25 | 119 | - |
| CMYK | 0 | 0.87 | 0.37 | 0.25 |
| HSL | 325.82º | 0.77% | 0.42% | - |
| HSV(B) | 325.82º | 0.87% | 0.75% | - |
| XYZ | 24.91 | 12.97 | 18.64 | - |
| YUV | 85.05 | 147.16 | 202.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 25 | 119 | 0 | 0.87 | 0.37 | 0.25 | 325.82 | 0.77 | 0.42 |
| Hex | BE | 19 | 77 | 0 | 57 | 25 | 19 | 146 | 4D | 2A |
| Octal | 276 | 31 | 167 | 0 | 127 | 45 | 31 | 506 | 115 | 52 |
| Binary | 10111110 | 11001 | 1110111 | 0 | 1010111 | 100101 | 11001 | 101000110 | 1001101 | 101010 |
Color Harmonies of #BE1977
Complementary color
Monochromatic Colors of #BE1977
Black with #BE1977
Text Example
Text Example
White with #BE1977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1977; }
p { color: rgb(190,25,119); }
H1.HeaderClassName
{
color: #BE1977;
}
.AnyTagClassName
{
color: #BE1977;
}
</style>
background-color css
<style>
a { background-color: #BE1977; }
a { background-color: rgb(190,25,119); }
div.DivClassName
{
background-color: #BE1977;
}
.BgClassName
{
background-color: #BE1977;
}
</style>
border-color css
<style>
span { border-color: #BE1977; }
span { border-color: rgb(190,25,119); }
td.TdClassName
{
border-color: #BE1977;
}
.TagClassName
{
border-color: #BE1977;
}
</style>