Shades of Medium Violet Red #BE0790
Tints of Medium Violet Red #BE0790
RGB
CMYK
RGB Variations
Color information
#BE0790 (or 0xBE0790) is known color: Medium Violet Red. HEX triplet: BE, 07 and 90. RGB value is (190,7,144). Sum of RGB (Red+Green+Blue) = 190+7+144=341 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.72% from 341); Green value is 7 (3.12% from 255 or 2.05% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0790 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0790 is #41F86F. Grayscale: #4C4C4C. Windows color (decimal): -4323440 or 9439166. OLE color: 9439166.
HSL color Cylindrical-coordinate representation of color #BE0790: hue angle of 315.08º 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 #BE0790 is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 7 | 144 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.25 |
| HSL | 315.08º | 0.93% | 0.39% | - |
| HSV(B) | 315.08º | 0.96% | 0.75% | - |
| XYZ | 26.35 | 13.11 | 27.53 | - |
| YUV | 77.34 | 165.63 | 208.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 7 | 144 | 0 | 0.96 | 0.24 | 0.25 | 315.08 | 0.93 | 0.39 |
| Hex | BE | 7 | 90 | 0 | 60 | 18 | 19 | 13B | 5D | 27 |
| Octal | 276 | 7 | 220 | 0 | 140 | 30 | 31 | 473 | 135 | 47 |
| Binary | 10111110 | 111 | 10010000 | 0 | 1100000 | 11000 | 11001 | 100111011 | 1011101 | 100111 |
Color Harmonies of #BE0790
Complementary color
Monochromatic Colors of #BE0790
Black with #BE0790
Text Example
Text Example
White with #BE0790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0790; }
p { color: rgb(190,7,144); }
H1.HeaderClassName
{
color: #BE0790;
}
.AnyTagClassName
{
color: #BE0790;
}
</style>
background-color css
<style>
a { background-color: #BE0790; }
a { background-color: rgb(190,7,144); }
div.DivClassName
{
background-color: #BE0790;
}
.BgClassName
{
background-color: #BE0790;
}
</style>
border-color css
<style>
span { border-color: #BE0790; }
span { border-color: rgb(190,7,144); }
td.TdClassName
{
border-color: #BE0790;
}
.TagClassName
{
border-color: #BE0790;
}
</style>