Shades of Medium Violet Red #BE0C70
Tints of Medium Violet Red #BE0C70
RGB
CMYK
RGB Variations
Color information
#BE0C70 (or 0xBE0C70) is known color: Medium Violet Red. HEX triplet: BE, 0C and 70. RGB value is (190,12,112). Sum of RGB (Red+Green+Blue) = 190+12+112=314 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.51% from 314); Green value is 12 (5.08% from 255 or 3.82% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0C70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0C70 is #41F38F. Grayscale: #4C4C4C. Windows color (decimal): -4322192 or 7343294. OLE color: 7343294.
HSL color Cylindrical-coordinate representation of color #BE0C70: hue angle of 326.29º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0C70 is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 12 | 112 | - |
| CMYK | 0 | 0.94 | 0.41 | 0.25 |
| HSL | 326.29º | 0.88% | 0.4% | - |
| HSV(B) | 326.29º | 0.94% | 0.75% | - |
| XYZ | 24.29 | 12.38 | 16.44 | - |
| YUV | 76.62 | 147.97 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 12 | 112 | 0 | 0.94 | 0.41 | 0.25 | 326.29 | 0.88 | 0.4 |
| Hex | BE | C | 70 | 0 | 5E | 29 | 19 | 146 | 58 | 28 |
| Octal | 276 | 14 | 160 | 0 | 136 | 51 | 31 | 506 | 130 | 50 |
| Binary | 10111110 | 1100 | 1110000 | 0 | 1011110 | 101001 | 11001 | 101000110 | 1011000 | 101000 |
Color Harmonies of #BE0C70
Complementary color
Monochromatic Colors of #BE0C70
Black with #BE0C70
Text Example
Text Example
White with #BE0C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0C70; }
p { color: rgb(190,12,112); }
H1.HeaderClassName
{
color: #BE0C70;
}
.AnyTagClassName
{
color: #BE0C70;
}
</style>
background-color css
<style>
a { background-color: #BE0C70; }
a { background-color: rgb(190,12,112); }
div.DivClassName
{
background-color: #BE0C70;
}
.BgClassName
{
background-color: #BE0C70;
}
</style>
border-color css
<style>
span { border-color: #BE0C70; }
span { border-color: rgb(190,12,112); }
td.TdClassName
{
border-color: #BE0C70;
}
.TagClassName
{
border-color: #BE0C70;
}
</style>