Shades of Medium Violet Red #BE077C
Tints of Medium Violet Red #BE077C
RGB
CMYK
RGB Variations
Color information
#BE077C (or 0xBE077C) is known color: Medium Violet Red. HEX triplet: BE, 07 and 7C. RGB value is (190,7,124). Sum of RGB (Red+Green+Blue) = 190+7+124=321 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.19% from 321); Green value is 7 (3.12% from 255 or 2.18% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 190 - color contains mainly: red. Hex color #BE077C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE077C is #41F883. Grayscale: #4A4A4A. Windows color (decimal): -4323460 or 8128446. OLE color: 8128446.
HSL color Cylindrical-coordinate representation of color #BE077C: hue angle of 321.64º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE077C is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 7 | 124 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.25 |
| HSL | 321.64º | 0.93% | 0.39% | - |
| HSV(B) | 321.64º | 0.96% | 0.75% | - |
| XYZ | 24.95 | 12.55 | 20.18 | - |
| YUV | 75.06 | 155.63 | 209.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 7 | 124 | 0 | 0.96 | 0.35 | 0.25 | 321.64 | 0.93 | 0.39 |
| Hex | BE | 7 | 7C | 0 | 60 | 23 | 19 | 142 | 5D | 27 |
| Octal | 276 | 7 | 174 | 0 | 140 | 43 | 31 | 502 | 135 | 47 |
| Binary | 10111110 | 111 | 1111100 | 0 | 1100000 | 100011 | 11001 | 101000010 | 1011101 | 100111 |
Color Harmonies of #BE077C
Complementary color
Monochromatic Colors of #BE077C
Black with #BE077C
Text Example
Text Example
White with #BE077C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE077C; }
p { color: rgb(190,7,124); }
H1.HeaderClassName
{
color: #BE077C;
}
.AnyTagClassName
{
color: #BE077C;
}
</style>
background-color css
<style>
a { background-color: #BE077C; }
a { background-color: rgb(190,7,124); }
div.DivClassName
{
background-color: #BE077C;
}
.BgClassName
{
background-color: #BE077C;
}
</style>
border-color css
<style>
span { border-color: #BE077C; }
span { border-color: rgb(190,7,124); }
td.TdClassName
{
border-color: #BE077C;
}
.TagClassName
{
border-color: #BE077C;
}
</style>