Shades of Medium Violet Red #BE077B
Tints of Medium Violet Red #BE077B
RGB
CMYK
RGB Variations
Color information
#BE077B (or 0xBE077B) is known color: Medium Violet Red. HEX triplet: BE, 07 and 7B. RGB value is (190,7,123). Sum of RGB (Red+Green+Blue) = 190+7+123=320 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.38% from 320); Green value is 7 (3.12% from 255 or 2.19% from 320); Blue value is 123 (48.44% from 255 or 38.44% from 320); Max value from RGB is 190 - color contains mainly: red. Hex color #BE077B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE077B is #41F884. Grayscale: #4A4A4A. Windows color (decimal): -4323461 or 8062910. OLE color: 8062910.
HSL color Cylindrical-coordinate representation of color #BE077B: hue angle of 321.97º 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 #BE077B is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 7 | 123 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.25 |
| HSL | 321.97º | 0.93% | 0.39% | - |
| HSV(B) | 321.97º | 0.96% | 0.75% | - |
| XYZ | 24.89 | 12.53 | 19.85 | - |
| YUV | 74.94 | 155.13 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 7 | 123 | 0 | 0.96 | 0.35 | 0.25 | 321.97 | 0.93 | 0.39 |
| Hex | BE | 7 | 7B | 0 | 60 | 23 | 19 | 142 | 5D | 27 |
| Octal | 276 | 7 | 173 | 0 | 140 | 43 | 31 | 502 | 135 | 47 |
| Binary | 10111110 | 111 | 1111011 | 0 | 1100000 | 100011 | 11001 | 101000010 | 1011101 | 100111 |
Color Harmonies of #BE077B
Complementary color
Monochromatic Colors of #BE077B
Black with #BE077B
Text Example
Text Example
White with #BE077B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE077B; }
p { color: rgb(190,7,123); }
H1.HeaderClassName
{
color: #BE077B;
}
.AnyTagClassName
{
color: #BE077B;
}
</style>
background-color css
<style>
a { background-color: #BE077B; }
a { background-color: rgb(190,7,123); }
div.DivClassName
{
background-color: #BE077B;
}
.BgClassName
{
background-color: #BE077B;
}
</style>
border-color css
<style>
span { border-color: #BE077B; }
span { border-color: rgb(190,7,123); }
td.TdClassName
{
border-color: #BE077B;
}
.TagClassName
{
border-color: #BE077B;
}
</style>