Shades of Medium Violet Red #BE079E
Tints of Medium Violet Red #BE079E
RGB
CMYK
RGB Variations
Color information
#BE079E (or 0xBE079E) is known color: Medium Violet Red. HEX triplet: BE, 07 and 9E. RGB value is (190,7,158). Sum of RGB (Red+Green+Blue) = 190+7+158=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 7 (3.12% from 255 or 1.97% from 355); Blue value is 158 (62.11% from 255 or 44.51% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE079E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE079E is #41F861. Grayscale: #4E4E4E. Windows color (decimal): -4323426 or 10356670. OLE color: 10356670.
HSL color Cylindrical-coordinate representation of color #BE079E: hue angle of 310.49º 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 #BE079E is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 7 | 158 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.25 |
| HSL | 310.49º | 0.93% | 0.39% | - |
| HSV(B) | 310.49º | 0.96% | 0.75% | - |
| XYZ | 27.48 | 13.57 | 33.52 | - |
| YUV | 78.93 | 172.63 | 207.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 7 | 158 | 0 | 0.96 | 0.17 | 0.25 | 310.49 | 0.93 | 0.39 |
| Hex | BE | 7 | 9E | 0 | 60 | 11 | 19 | 136 | 5D | 27 |
| Octal | 276 | 7 | 236 | 0 | 140 | 21 | 31 | 466 | 135 | 47 |
| Binary | 10111110 | 111 | 10011110 | 0 | 1100000 | 10001 | 11001 | 100110110 | 1011101 | 100111 |
Color Harmonies of #BE079E
Complementary color
Monochromatic Colors of #BE079E
Black with #BE079E
Text Example
Text Example
White with #BE079E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE079E; }
p { color: rgb(190,7,158); }
H1.HeaderClassName
{
color: #BE079E;
}
.AnyTagClassName
{
color: #BE079E;
}
</style>
background-color css
<style>
a { background-color: #BE079E; }
a { background-color: rgb(190,7,158); }
div.DivClassName
{
background-color: #BE079E;
}
.BgClassName
{
background-color: #BE079E;
}
</style>
border-color css
<style>
span { border-color: #BE079E; }
span { border-color: rgb(190,7,158); }
td.TdClassName
{
border-color: #BE079E;
}
.TagClassName
{
border-color: #BE079E;
}
</style>