Shades of Medium Violet Red #BE1177
Tints of Medium Violet Red #BE1177
RGB
CMYK
RGB Variations
Color information
#BE1177 (or 0xBE1177) is known color: Medium Violet Red. HEX triplet: BE, 11 and 77. RGB value is (190,17,119). Sum of RGB (Red+Green+Blue) = 190+17+119=326 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.28% from 326); Green value is 17 (7.03% from 255 or 5.21% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1177 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1177 is #41EE88. Grayscale: #505050. Windows color (decimal): -4320905 or 7803326. OLE color: 7803326.
HSL color Cylindrical-coordinate representation of color #BE1177: hue angle of 324.62º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE1177 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 17 | 119 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.25 |
| HSL | 324.62º | 0.84% | 0.41% | - |
| HSV(B) | 324.62º | 0.91% | 0.75% | - |
| XYZ | 24.77 | 12.68 | 18.59 | - |
| YUV | 80.36 | 149.81 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 17 | 119 | 0 | 0.91 | 0.37 | 0.25 | 324.62 | 0.84 | 0.41 |
| Hex | BE | 11 | 77 | 0 | 5B | 25 | 19 | 145 | 54 | 29 |
| Octal | 276 | 21 | 167 | 0 | 133 | 45 | 31 | 505 | 124 | 51 |
| Binary | 10111110 | 10001 | 1110111 | 0 | 1011011 | 100101 | 11001 | 101000101 | 1010100 | 101001 |
Color Harmonies of #BE1177
Complementary color
Monochromatic Colors of #BE1177
Black with #BE1177
Text Example
Text Example
White with #BE1177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1177; }
p { color: rgb(190,17,119); }
H1.HeaderClassName
{
color: #BE1177;
}
.AnyTagClassName
{
color: #BE1177;
}
</style>
background-color css
<style>
a { background-color: #BE1177; }
a { background-color: rgb(190,17,119); }
div.DivClassName
{
background-color: #BE1177;
}
.BgClassName
{
background-color: #BE1177;
}
</style>
border-color css
<style>
span { border-color: #BE1177; }
span { border-color: rgb(190,17,119); }
td.TdClassName
{
border-color: #BE1177;
}
.TagClassName
{
border-color: #BE1177;
}
</style>