Shades of Medium Violet Red #BE079F
Tints of Medium Violet Red #BE079F
RGB
CMYK
RGB Variations
Color information
#BE079F (or 0xBE079F) is known color: Medium Violet Red. HEX triplet: BE, 07 and 9F. RGB value is (190,7,159). Sum of RGB (Red+Green+Blue) = 190+7+159=356 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.37% from 356); Green value is 7 (3.12% from 255 or 1.97% from 356); Blue value is 159 (62.5% from 255 or 44.66% from 356); Max value from RGB is 190 - color contains mainly: red. Hex color #BE079F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE079F is #41F860. Grayscale: #4E4E4E. Windows color (decimal): -4323425 or 10422206. OLE color: 10422206.
HSL color Cylindrical-coordinate representation of color #BE079F: hue angle of 310.16º 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 #BE079F is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 7 | 159 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.25 |
| HSL | 310.16º | 0.93% | 0.39% | - |
| HSV(B) | 310.16º | 0.96% | 0.75% | - |
| XYZ | 27.57 | 13.6 | 33.97 | - |
| YUV | 79.05 | 173.13 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 7 | 159 | 0 | 0.96 | 0.16 | 0.25 | 310.16 | 0.93 | 0.39 |
| Hex | BE | 7 | 9F | 0 | 60 | 10 | 19 | 136 | 5D | 27 |
| Octal | 276 | 7 | 237 | 0 | 140 | 20 | 31 | 466 | 135 | 47 |
| Binary | 10111110 | 111 | 10011111 | 0 | 1100000 | 10000 | 11001 | 100110110 | 1011101 | 100111 |
Color Harmonies of #BE079F
Complementary color
Monochromatic Colors of #BE079F
Black with #BE079F
Text Example
Text Example
White with #BE079F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE079F; }
p { color: rgb(190,7,159); }
H1.HeaderClassName
{
color: #BE079F;
}
.AnyTagClassName
{
color: #BE079F;
}
</style>
background-color css
<style>
a { background-color: #BE079F; }
a { background-color: rgb(190,7,159); }
div.DivClassName
{
background-color: #BE079F;
}
.BgClassName
{
background-color: #BE079F;
}
</style>
border-color css
<style>
span { border-color: #BE079F; }
span { border-color: rgb(190,7,159); }
td.TdClassName
{
border-color: #BE079F;
}
.TagClassName
{
border-color: #BE079F;
}
</style>