Shades of Medium Violet Red #BE097E
Tints of Medium Violet Red #BE097E
RGB
CMYK
RGB Variations
Color information
#BE097E (or 0xBE097E) is known color: Medium Violet Red. HEX triplet: BE, 09 and 7E. RGB value is (190,9,126). Sum of RGB (Red+Green+Blue) = 190+9+126=325 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.46% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 126 (49.61% from 255 or 38.77% from 325); Max value from RGB is 190 - color contains mainly: red. Hex color #BE097E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE097E is #41F681. Grayscale: #4C4C4C. Windows color (decimal): -4322946 or 8260030. OLE color: 8260030.
HSL color Cylindrical-coordinate representation of color #BE097E: hue angle of 321.22º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE097E is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 9 | 126 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.25 |
| HSL | 321.22º | 0.91% | 0.39% | - |
| HSV(B) | 321.22º | 0.95% | 0.75% | - |
| XYZ | 25.1 | 12.65 | 20.86 | - |
| YUV | 76.46 | 155.97 | 208.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 9 | 126 | 0 | 0.95 | 0.34 | 0.25 | 321.22 | 0.91 | 0.39 |
| Hex | BE | 9 | 7E | 0 | 5F | 22 | 19 | 141 | 5B | 27 |
| Octal | 276 | 11 | 176 | 0 | 137 | 42 | 31 | 501 | 133 | 47 |
| Binary | 10111110 | 1001 | 1111110 | 0 | 1011111 | 100010 | 11001 | 101000001 | 1011011 | 100111 |
Color Harmonies of #BE097E
Complementary color
Monochromatic Colors of #BE097E
Black with #BE097E
Text Example
Text Example
White with #BE097E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE097E; }
p { color: rgb(190,9,126); }
H1.HeaderClassName
{
color: #BE097E;
}
.AnyTagClassName
{
color: #BE097E;
}
</style>
background-color css
<style>
a { background-color: #BE097E; }
a { background-color: rgb(190,9,126); }
div.DivClassName
{
background-color: #BE097E;
}
.BgClassName
{
background-color: #BE097E;
}
</style>
border-color css
<style>
span { border-color: #BE097E; }
span { border-color: rgb(190,9,126); }
td.TdClassName
{
border-color: #BE097E;
}
.TagClassName
{
border-color: #BE097E;
}
</style>