Shades of Medium Violet Red #BE078F
Tints of Medium Violet Red #BE078F
RGB
CMYK
RGB Variations
Color information
#BE078F (or 0xBE078F) is known color: Medium Violet Red. HEX triplet: BE, 07 and 8F. RGB value is (190,7,143). Sum of RGB (Red+Green+Blue) = 190+7+143=340 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.88% from 340); Green value is 7 (3.12% from 255 or 2.06% from 340); Blue value is 143 (56.25% from 255 or 42.06% from 340); Max value from RGB is 190 - color contains mainly: red. Hex color #BE078F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE078F is #41F870. Grayscale: #4C4C4C. Windows color (decimal): -4323441 or 9373630. OLE color: 9373630.
HSL color Cylindrical-coordinate representation of color #BE078F: hue angle of 315.41º 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 #BE078F is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 7 | 143 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.25 |
| HSL | 315.41º | 0.93% | 0.39% | - |
| HSV(B) | 315.41º | 0.96% | 0.75% | - |
| XYZ | 26.27 | 13.08 | 27.13 | - |
| YUV | 77.22 | 165.13 | 208.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 7 | 143 | 0 | 0.96 | 0.25 | 0.25 | 315.41 | 0.93 | 0.39 |
| Hex | BE | 7 | 8F | 0 | 60 | 19 | 19 | 13B | 5D | 27 |
| Octal | 276 | 7 | 217 | 0 | 140 | 31 | 31 | 473 | 135 | 47 |
| Binary | 10111110 | 111 | 10001111 | 0 | 1100000 | 11001 | 11001 | 100111011 | 1011101 | 100111 |
Color Harmonies of #BE078F
Complementary color
Monochromatic Colors of #BE078F
Black with #BE078F
Text Example
Text Example
White with #BE078F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE078F; }
p { color: rgb(190,7,143); }
H1.HeaderClassName
{
color: #BE078F;
}
.AnyTagClassName
{
color: #BE078F;
}
</style>
background-color css
<style>
a { background-color: #BE078F; }
a { background-color: rgb(190,7,143); }
div.DivClassName
{
background-color: #BE078F;
}
.BgClassName
{
background-color: #BE078F;
}
</style>
border-color css
<style>
span { border-color: #BE078F; }
span { border-color: rgb(190,7,143); }
td.TdClassName
{
border-color: #BE078F;
}
.TagClassName
{
border-color: #BE078F;
}
</style>