Shades of Medium Violet Red #BE0792
Tints of Medium Violet Red #BE0792
RGB
CMYK
RGB Variations
Color information
#BE0792 (or 0xBE0792) is known color: Medium Violet Red. HEX triplet: BE, 07 and 92. RGB value is (190,7,146). Sum of RGB (Red+Green+Blue) = 190+7+146=343 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.39% from 343); Green value is 7 (3.12% from 255 or 2.04% from 343); Blue value is 146 (57.42% from 255 or 42.57% from 343); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0792 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0792 is #41F86D. Grayscale: #4D4D4D. Windows color (decimal): -4323438 or 9570238. OLE color: 9570238.
HSL color Cylindrical-coordinate representation of color #BE0792: hue angle of 314.43º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE0792 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 7 | 146 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.25 |
| HSL | 314.43º | 0.93% | 0.39% | - |
| HSV(B) | 314.43º | 0.96% | 0.75% | - |
| XYZ | 26.5 | 13.17 | 28.34 | - |
| YUV | 77.56 | 166.63 | 208.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 7 | 146 | 0 | 0.96 | 0.23 | 0.25 | 314.43 | 0.93 | 0.39 |
| Hex | BE | 7 | 92 | 0 | 60 | 17 | 19 | 13A | 5D | 27 |
| Octal | 276 | 7 | 222 | 0 | 140 | 27 | 31 | 472 | 135 | 47 |
| Binary | 10111110 | 111 | 10010010 | 0 | 1100000 | 10111 | 11001 | 100111010 | 1011101 | 100111 |
Color Harmonies of #BE0792
Complementary color
Monochromatic Colors of #BE0792
Black with #BE0792
Text Example
Text Example
White with #BE0792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0792; }
p { color: rgb(190,7,146); }
H1.HeaderClassName
{
color: #BE0792;
}
.AnyTagClassName
{
color: #BE0792;
}
</style>
background-color css
<style>
a { background-color: #BE0792; }
a { background-color: rgb(190,7,146); }
div.DivClassName
{
background-color: #BE0792;
}
.BgClassName
{
background-color: #BE0792;
}
</style>
border-color css
<style>
span { border-color: #BE0792; }
span { border-color: rgb(190,7,146); }
td.TdClassName
{
border-color: #BE0792;
}
.TagClassName
{
border-color: #BE0792;
}
</style>