Shades of Medium Violet Red #BE2072
Tints of Medium Violet Red #BE2072
RGB
CMYK
RGB Variations
Color information
#BE2072 (or 0xBE2072) is known color: Medium Violet Red. HEX triplet: BE, 20 and 72. RGB value is (190,32,114). Sum of RGB (Red+Green+Blue) = 190+32+114=336 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.55% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2072 is #41DF8D. Grayscale: #585858. Windows color (decimal): -4317070 or 7479486. OLE color: 7479486.
HSL color Cylindrical-coordinate representation of color #BE2072: hue angle of 328.86º 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 #BE2072 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 32 | 114 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.25 |
| HSL | 328.86º | 0.71% | 0.44% | - |
| HSV(B) | 328.86º | 0.83% | 0.75% | - |
| XYZ | 24.79 | 13.2 | 17.16 | - |
| YUV | 88.59 | 142.35 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 32 | 114 | 0 | 0.83 | 0.40 | 0.25 | 328.86 | 0.71 | 0.44 |
| Hex | BE | 20 | 72 | 0 | 53 | 28 | 19 | 149 | 47 | 2C |
| Octal | 276 | 40 | 162 | 0 | 123 | 50 | 31 | 511 | 107 | 54 |
| Binary | 10111110 | 100000 | 1110010 | 0 | 1010011 | 101000 | 11001 | 101001001 | 1000111 | 101100 |
Color Harmonies of #BE2072
Complementary color
Monochromatic Colors of #BE2072
Black with #BE2072
Text Example
Text Example
White with #BE2072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2072; }
p { color: rgb(190,32,114); }
H1.HeaderClassName
{
color: #BE2072;
}
.AnyTagClassName
{
color: #BE2072;
}
</style>
background-color css
<style>
a { background-color: #BE2072; }
a { background-color: rgb(190,32,114); }
div.DivClassName
{
background-color: #BE2072;
}
.BgClassName
{
background-color: #BE2072;
}
</style>
border-color css
<style>
span { border-color: #BE2072; }
span { border-color: rgb(190,32,114); }
td.TdClassName
{
border-color: #BE2072;
}
.TagClassName
{
border-color: #BE2072;
}
</style>