Shades of Medium Violet Red #BE0472
Tints of Medium Violet Red #BE0472
RGB
CMYK
RGB Variations
Color information
#BE0472 (or 0xBE0472) is known color: Medium Violet Red. HEX triplet: BE, 04 and 72. RGB value is (190,4,114). Sum of RGB (Red+Green+Blue) = 190+4+114=308 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.69% from 308); Green value is 4 (1.95% from 255 or 1.30% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0472 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0472 is #41FB8D. Grayscale: #474747. Windows color (decimal): -4324238 or 7472318. OLE color: 7472318.
HSL color Cylindrical-coordinate representation of color #BE0472: hue angle of 324.52º 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 #BE0472 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 4 | 114 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.25 |
| HSL | 324.52º | 0.96% | 0.38% | - |
| HSV(B) | 324.52º | 0.98% | 0.75% | - |
| XYZ | 24.32 | 12.25 | 17 | - |
| YUV | 72.15 | 151.62 | 212.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 4 | 114 | 0 | 0.98 | 0.40 | 0.25 | 324.52 | 0.96 | 0.38 |
| Hex | BE | 4 | 72 | 0 | 62 | 28 | 19 | 145 | 60 | 26 |
| Octal | 276 | 4 | 162 | 0 | 142 | 50 | 31 | 505 | 140 | 46 |
| Binary | 10111110 | 100 | 1110010 | 0 | 1100010 | 101000 | 11001 | 101000101 | 1100000 | 100110 |
Color Harmonies of #BE0472
Complementary color
Monochromatic Colors of #BE0472
Black with #BE0472
Text Example
Text Example
White with #BE0472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0472; }
p { color: rgb(190,4,114); }
H1.HeaderClassName
{
color: #BE0472;
}
.AnyTagClassName
{
color: #BE0472;
}
</style>
background-color css
<style>
a { background-color: #BE0472; }
a { background-color: rgb(190,4,114); }
div.DivClassName
{
background-color: #BE0472;
}
.BgClassName
{
background-color: #BE0472;
}
</style>
border-color css
<style>
span { border-color: #BE0472; }
span { border-color: rgb(190,4,114); }
td.TdClassName
{
border-color: #BE0472;
}
.TagClassName
{
border-color: #BE0472;
}
</style>