Shades of Medium Violet Red #BE077E
Tints of Medium Violet Red #BE077E
RGB
CMYK
RGB Variations
Color information
#BE077E (or 0xBE077E) is known color: Medium Violet Red. HEX triplet: BE, 07 and 7E. RGB value is (190,7,126). Sum of RGB (Red+Green+Blue) = 190+7+126=323 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.82% from 323); Green value is 7 (3.12% from 255 or 2.17% from 323); Blue value is 126 (49.61% from 255 or 39.01% from 323); Max value from RGB is 190 - color contains mainly: red. Hex color #BE077E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE077E is #41F881. Grayscale: #4A4A4A. Windows color (decimal): -4323458 or 8259518. OLE color: 8259518.
HSL color Cylindrical-coordinate representation of color #BE077E: hue angle of 320.98º 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 #BE077E is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 7 | 126 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.25 |
| HSL | 320.98º | 0.93% | 0.39% | - |
| HSV(B) | 320.98º | 0.96% | 0.75% | - |
| XYZ | 25.08 | 12.61 | 20.85 | - |
| YUV | 75.28 | 156.63 | 209.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 7 | 126 | 0 | 0.96 | 0.34 | 0.25 | 320.98 | 0.93 | 0.39 |
| Hex | BE | 7 | 7E | 0 | 60 | 22 | 19 | 141 | 5D | 27 |
| Octal | 276 | 7 | 176 | 0 | 140 | 42 | 31 | 501 | 135 | 47 |
| Binary | 10111110 | 111 | 1111110 | 0 | 1100000 | 100010 | 11001 | 101000001 | 1011101 | 100111 |
Color Harmonies of #BE077E
Complementary color
Monochromatic Colors of #BE077E
Black with #BE077E
Text Example
Text Example
White with #BE077E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE077E; }
p { color: rgb(190,7,126); }
H1.HeaderClassName
{
color: #BE077E;
}
.AnyTagClassName
{
color: #BE077E;
}
</style>
background-color css
<style>
a { background-color: #BE077E; }
a { background-color: rgb(190,7,126); }
div.DivClassName
{
background-color: #BE077E;
}
.BgClassName
{
background-color: #BE077E;
}
</style>
border-color css
<style>
span { border-color: #BE077E; }
span { border-color: rgb(190,7,126); }
td.TdClassName
{
border-color: #BE077E;
}
.TagClassName
{
border-color: #BE077E;
}
</style>