Shades of Medium Violet Red #BE2074
Tints of Medium Violet Red #BE2074
RGB
CMYK
RGB Variations
Color information
#BE2074 (or 0xBE2074) is known color: Medium Violet Red. HEX triplet: BE, 20 and 74. RGB value is (190,32,116). Sum of RGB (Red+Green+Blue) = 190+32+116=338 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.21% from 338); Green value is 32 (12.89% from 255 or 9.47% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2074 is #41DF8B. Grayscale: #585858. Windows color (decimal): -4317068 or 7610558. OLE color: 7610558.
HSL color Cylindrical-coordinate representation of color #BE2074: hue angle of 328.1º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE2074 is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 32 | 116 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.25 |
| HSL | 328.1º | 0.71% | 0.44% | - |
| HSV(B) | 328.1º | 0.83% | 0.75% | - |
| XYZ | 24.9 | 13.24 | 17.77 | - |
| YUV | 88.82 | 143.35 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 32 | 116 | 0 | 0.83 | 0.39 | 0.25 | 328.1 | 0.71 | 0.44 |
| Hex | BE | 20 | 74 | 0 | 53 | 27 | 19 | 148 | 47 | 2C |
| Octal | 276 | 40 | 164 | 0 | 123 | 47 | 31 | 510 | 107 | 54 |
| Binary | 10111110 | 100000 | 1110100 | 0 | 1010011 | 100111 | 11001 | 101001000 | 1000111 | 101100 |
Color Harmonies of #BE2074
Complementary color
Monochromatic Colors of #BE2074
Black with #BE2074
Text Example
Text Example
White with #BE2074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2074; }
p { color: rgb(190,32,116); }
H1.HeaderClassName
{
color: #BE2074;
}
.AnyTagClassName
{
color: #BE2074;
}
</style>
background-color css
<style>
a { background-color: #BE2074; }
a { background-color: rgb(190,32,116); }
div.DivClassName
{
background-color: #BE2074;
}
.BgClassName
{
background-color: #BE2074;
}
</style>
border-color css
<style>
span { border-color: #BE2074; }
span { border-color: rgb(190,32,116); }
td.TdClassName
{
border-color: #BE2074;
}
.TagClassName
{
border-color: #BE2074;
}
</style>