Shades of Medium Violet Red #BE1072
Tints of Medium Violet Red #BE1072
RGB
CMYK
RGB Variations
Color information
#BE1072 (or 0xBE1072) is known color: Medium Violet Red. HEX triplet: BE, 10 and 72. RGB value is (190,16,114). Sum of RGB (Red+Green+Blue) = 190+16+114=320 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.38% from 320); Green value is 16 (6.64% from 255 or 5% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1072 is #41EF8D. Grayscale: #4E4E4E. Windows color (decimal): -4321166 or 7475390. OLE color: 7475390.
HSL color Cylindrical-coordinate representation of color #BE1072: hue angle of 326.21º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE1072 is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 16 | 114 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.25 |
| HSL | 326.21º | 0.84% | 0.4% | - |
| HSV(B) | 326.21º | 0.92% | 0.75% | - |
| XYZ | 24.46 | 12.53 | 17.05 | - |
| YUV | 79.2 | 147.65 | 207.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 16 | 114 | 0 | 0.92 | 0.40 | 0.25 | 326.21 | 0.84 | 0.4 |
| Hex | BE | 10 | 72 | 0 | 5C | 28 | 19 | 146 | 54 | 28 |
| Octal | 276 | 20 | 162 | 0 | 134 | 50 | 31 | 506 | 124 | 50 |
| Binary | 10111110 | 10000 | 1110010 | 0 | 1011100 | 101000 | 11001 | 101000110 | 1010100 | 101000 |
Color Harmonies of #BE1072
Complementary color
Monochromatic Colors of #BE1072
Black with #BE1072
Text Example
Text Example
White with #BE1072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1072; }
p { color: rgb(190,16,114); }
H1.HeaderClassName
{
color: #BE1072;
}
.AnyTagClassName
{
color: #BE1072;
}
</style>
background-color css
<style>
a { background-color: #BE1072; }
a { background-color: rgb(190,16,114); }
div.DivClassName
{
background-color: #BE1072;
}
.BgClassName
{
background-color: #BE1072;
}
</style>
border-color css
<style>
span { border-color: #BE1072; }
span { border-color: rgb(190,16,114); }
td.TdClassName
{
border-color: #BE1072;
}
.TagClassName
{
border-color: #BE1072;
}
</style>