Shades of Medium Violet Red #BE079C
Tints of Medium Violet Red #BE079C
RGB
CMYK
RGB Variations
Color information
#BE079C (or 0xBE079C) is known color: Medium Violet Red. HEX triplet: BE, 07 and 9C. RGB value is (190,7,156). Sum of RGB (Red+Green+Blue) = 190+7+156=353 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.82% from 353); Green value is 7 (3.12% from 255 or 1.98% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 190 - color contains mainly: red. Hex color #BE079C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE079C is #41F863. Grayscale: #4E4E4E. Windows color (decimal): -4323428 or 10225598. OLE color: 10225598.
HSL color Cylindrical-coordinate representation of color #BE079C: hue angle of 311.15º 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 #BE079C is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 7 | 156 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.25 |
| HSL | 311.15º | 0.93% | 0.39% | - |
| HSV(B) | 311.15º | 0.96% | 0.75% | - |
| XYZ | 27.31 | 13.5 | 32.62 | - |
| YUV | 78.7 | 171.63 | 207.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 7 | 156 | 0 | 0.96 | 0.18 | 0.25 | 311.15 | 0.93 | 0.39 |
| Hex | BE | 7 | 9C | 0 | 60 | 12 | 19 | 137 | 5D | 27 |
| Octal | 276 | 7 | 234 | 0 | 140 | 22 | 31 | 467 | 135 | 47 |
| Binary | 10111110 | 111 | 10011100 | 0 | 1100000 | 10010 | 11001 | 100110111 | 1011101 | 100111 |
Color Harmonies of #BE079C
Complementary color
Monochromatic Colors of #BE079C
Black with #BE079C
Text Example
Text Example
White with #BE079C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE079C; }
p { color: rgb(190,7,156); }
H1.HeaderClassName
{
color: #BE079C;
}
.AnyTagClassName
{
color: #BE079C;
}
</style>
background-color css
<style>
a { background-color: #BE079C; }
a { background-color: rgb(190,7,156); }
div.DivClassName
{
background-color: #BE079C;
}
.BgClassName
{
background-color: #BE079C;
}
</style>
border-color css
<style>
span { border-color: #BE079C; }
span { border-color: rgb(190,7,156); }
td.TdClassName
{
border-color: #BE079C;
}
.TagClassName
{
border-color: #BE079C;
}
</style>