Shades of Medium Violet Red #BE157D
Tints of Medium Violet Red #BE157D
RGB
CMYK
RGB Variations
Color information
#BE157D (or 0xBE157D) is known color: Medium Violet Red. HEX triplet: BE, 15 and 7D. RGB value is (190,21,125). Sum of RGB (Red+Green+Blue) = 190+21+125=336 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.55% from 336); Green value is 21 (8.59% from 255 or 6.25% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 190 - color contains mainly: red. Hex color #BE157D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE157D is #41EA82. Grayscale: #535353. Windows color (decimal): -4319875 or 8197566. OLE color: 8197566.
HSL color Cylindrical-coordinate representation of color #BE157D: hue angle of 323.08º 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 #BE157D is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 21 | 125 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.25 |
| HSL | 323.08º | 0.8% | 0.41% | - |
| HSV(B) | 323.08º | 0.89% | 0.75% | - |
| XYZ | 25.21 | 12.96 | 20.58 | - |
| YUV | 83.39 | 151.49 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 21 | 125 | 0 | 0.89 | 0.34 | 0.25 | 323.08 | 0.8 | 0.41 |
| Hex | BE | 15 | 7D | 0 | 59 | 22 | 19 | 143 | 50 | 29 |
| Octal | 276 | 25 | 175 | 0 | 131 | 42 | 31 | 503 | 120 | 51 |
| Binary | 10111110 | 10101 | 1111101 | 0 | 1011001 | 100010 | 11001 | 101000011 | 1010000 | 101001 |
Color Harmonies of #BE157D
Complementary color
Monochromatic Colors of #BE157D
Black with #BE157D
Text Example
Text Example
White with #BE157D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE157D; }
p { color: rgb(190,21,125); }
H1.HeaderClassName
{
color: #BE157D;
}
.AnyTagClassName
{
color: #BE157D;
}
</style>
background-color css
<style>
a { background-color: #BE157D; }
a { background-color: rgb(190,21,125); }
div.DivClassName
{
background-color: #BE157D;
}
.BgClassName
{
background-color: #BE157D;
}
</style>
border-color css
<style>
span { border-color: #BE157D; }
span { border-color: rgb(190,21,125); }
td.TdClassName
{
border-color: #BE157D;
}
.TagClassName
{
border-color: #BE157D;
}
</style>