Shades of Medium Violet Red #BE1097
Tints of Medium Violet Red #BE1097
RGB
CMYK
RGB Variations
Color information
#BE1097 (or 0xBE1097) is known color: Medium Violet Red. HEX triplet: BE, 10 and 97. RGB value is (190,16,151). Sum of RGB (Red+Green+Blue) = 190+16+151=357 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.22% from 357); Green value is 16 (6.64% from 255 or 4.48% from 357); Blue value is 151 (59.38% from 255 or 42.30% from 357); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1097 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE1097 is #41EF68. Grayscale: #535353. Windows color (decimal): -4321129 or 9900222. OLE color: 9900222.
HSL color Cylindrical-coordinate representation of color #BE1097: hue angle of 313.45º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE1097 is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 16 | 151 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.25 |
| HSL | 313.45º | 0.84% | 0.4% | - |
| HSV(B) | 313.45º | 0.92% | 0.75% | - |
| XYZ | 27.01 | 13.55 | 30.47 | - |
| YUV | 83.42 | 166.15 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 16 | 151 | 0 | 0.92 | 0.21 | 0.25 | 313.45 | 0.84 | 0.4 |
| Hex | BE | 10 | 97 | 0 | 5C | 15 | 19 | 139 | 54 | 28 |
| Octal | 276 | 20 | 227 | 0 | 134 | 25 | 31 | 471 | 124 | 50 |
| Binary | 10111110 | 10000 | 10010111 | 0 | 1011100 | 10101 | 11001 | 100111001 | 1010100 | 101000 |
Color Harmonies of #BE1097
Complementary color
Monochromatic Colors of #BE1097
Black with #BE1097
Text Example
Text Example
White with #BE1097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1097; }
p { color: rgb(190,16,151); }
H1.HeaderClassName
{
color: #BE1097;
}
.AnyTagClassName
{
color: #BE1097;
}
</style>
background-color css
<style>
a { background-color: #BE1097; }
a { background-color: rgb(190,16,151); }
div.DivClassName
{
background-color: #BE1097;
}
.BgClassName
{
background-color: #BE1097;
}
</style>
border-color css
<style>
span { border-color: #BE1097; }
span { border-color: rgb(190,16,151); }
td.TdClassName
{
border-color: #BE1097;
}
.TagClassName
{
border-color: #BE1097;
}
</style>