Shades of Medium Violet Red #BE0C74
Tints of Medium Violet Red #BE0C74
RGB
CMYK
RGB Variations
Color information
#BE0C74 (or 0xBE0C74) is known color: Medium Violet Red. HEX triplet: BE, 0C and 74. RGB value is (190,12,116). Sum of RGB (Red+Green+Blue) = 190+12+116=318 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.75% from 318); Green value is 12 (5.08% from 255 or 3.77% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0C74 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0C74 is #41F38B. Grayscale: #4C4C4C. Windows color (decimal): -4322188 or 7605438. OLE color: 7605438.
HSL color Cylindrical-coordinate representation of color #BE0C74: hue angle of 324.94º 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 #BE0C74 is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 12 | 116 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.25 |
| HSL | 324.94º | 0.88% | 0.4% | - |
| HSV(B) | 324.94º | 0.94% | 0.75% | - |
| XYZ | 24.52 | 12.47 | 17.64 | - |
| YUV | 77.08 | 149.97 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 12 | 116 | 0 | 0.94 | 0.39 | 0.25 | 324.94 | 0.88 | 0.4 |
| Hex | BE | C | 74 | 0 | 5E | 27 | 19 | 145 | 58 | 28 |
| Octal | 276 | 14 | 164 | 0 | 136 | 47 | 31 | 505 | 130 | 50 |
| Binary | 10111110 | 1100 | 1110100 | 0 | 1011110 | 100111 | 11001 | 101000101 | 1011000 | 101000 |
Color Harmonies of #BE0C74
Complementary color
Monochromatic Colors of #BE0C74
Black with #BE0C74
Text Example
Text Example
White with #BE0C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0C74; }
p { color: rgb(190,12,116); }
H1.HeaderClassName
{
color: #BE0C74;
}
.AnyTagClassName
{
color: #BE0C74;
}
</style>
background-color css
<style>
a { background-color: #BE0C74; }
a { background-color: rgb(190,12,116); }
div.DivClassName
{
background-color: #BE0C74;
}
.BgClassName
{
background-color: #BE0C74;
}
</style>
border-color css
<style>
span { border-color: #BE0C74; }
span { border-color: rgb(190,12,116); }
td.TdClassName
{
border-color: #BE0C74;
}
.TagClassName
{
border-color: #BE0C74;
}
</style>