Shades of Medium Violet Red #BE158C
Tints of Medium Violet Red #BE158C
RGB
CMYK
RGB Variations
Color information
#BE158C (or 0xBE158C) is known color: Medium Violet Red. HEX triplet: BE, 15 and 8C. RGB value is (190,21,140). Sum of RGB (Red+Green+Blue) = 190+21+140=351 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.13% from 351); Green value is 21 (8.59% from 255 or 5.98% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 190 - color contains mainly: red. Hex color #BE158C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE158C is #41EA73. Grayscale: #545454. Windows color (decimal): -4319860 or 9180606. OLE color: 9180606.
HSL color Cylindrical-coordinate representation of color #BE158C: hue angle of 317.75º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE158C is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 21 | 140 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.25 |
| HSL | 317.75º | 0.8% | 0.41% | - |
| HSV(B) | 317.75º | 0.89% | 0.75% | - |
| XYZ | 26.24 | 13.38 | 26.01 | - |
| YUV | 85.1 | 158.99 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 21 | 140 | 0 | 0.89 | 0.26 | 0.25 | 317.75 | 0.8 | 0.41 |
| Hex | BE | 15 | 8C | 0 | 59 | 1A | 19 | 13E | 50 | 29 |
| Octal | 276 | 25 | 214 | 0 | 131 | 32 | 31 | 476 | 120 | 51 |
| Binary | 10111110 | 10101 | 10001100 | 0 | 1011001 | 11010 | 11001 | 100111110 | 1010000 | 101001 |
Color Harmonies of #BE158C
Complementary color
Monochromatic Colors of #BE158C
Black with #BE158C
Text Example
Text Example
White with #BE158C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE158C; }
p { color: rgb(190,21,140); }
H1.HeaderClassName
{
color: #BE158C;
}
.AnyTagClassName
{
color: #BE158C;
}
</style>
background-color css
<style>
a { background-color: #BE158C; }
a { background-color: rgb(190,21,140); }
div.DivClassName
{
background-color: #BE158C;
}
.BgClassName
{
background-color: #BE158C;
}
</style>
border-color css
<style>
span { border-color: #BE158C; }
span { border-color: rgb(190,21,140); }
td.TdClassName
{
border-color: #BE158C;
}
.TagClassName
{
border-color: #BE158C;
}
</style>