Shades of Medium Violet Red #BE0470
Tints of Medium Violet Red #BE0470
RGB
CMYK
RGB Variations
Color information
#BE0470 (or 0xBE0470) is known color: Medium Violet Red. HEX triplet: BE, 04 and 70. RGB value is (190,4,112). Sum of RGB (Red+Green+Blue) = 190+4+112=306 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.09% from 306); Green value is 4 (1.95% from 255 or 1.31% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0470 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0470 is #41FB8F. Grayscale: #474747. Windows color (decimal): -4324240 or 7341246. OLE color: 7341246.
HSL color Cylindrical-coordinate representation of color #BE0470: hue angle of 325.16º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE0470 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 4 | 112 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.25 |
| HSL | 325.16º | 0.96% | 0.38% | - |
| HSV(B) | 325.16º | 0.98% | 0.75% | - |
| XYZ | 24.2 | 12.2 | 16.41 | - |
| YUV | 71.93 | 150.62 | 212.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 4 | 112 | 0 | 0.98 | 0.41 | 0.25 | 325.16 | 0.96 | 0.38 |
| Hex | BE | 4 | 70 | 0 | 62 | 29 | 19 | 145 | 60 | 26 |
| Octal | 276 | 4 | 160 | 0 | 142 | 51 | 31 | 505 | 140 | 46 |
| Binary | 10111110 | 100 | 1110000 | 0 | 1100010 | 101001 | 11001 | 101000101 | 1100000 | 100110 |
Color Harmonies of #BE0470
Complementary color
Monochromatic Colors of #BE0470
Black with #BE0470
Text Example
Text Example
White with #BE0470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0470; }
p { color: rgb(190,4,112); }
H1.HeaderClassName
{
color: #BE0470;
}
.AnyTagClassName
{
color: #BE0470;
}
</style>
background-color css
<style>
a { background-color: #BE0470; }
a { background-color: rgb(190,4,112); }
div.DivClassName
{
background-color: #BE0470;
}
.BgClassName
{
background-color: #BE0470;
}
</style>
border-color css
<style>
span { border-color: #BE0470; }
span { border-color: rgb(190,4,112); }
td.TdClassName
{
border-color: #BE0470;
}
.TagClassName
{
border-color: #BE0470;
}
</style>