Shades of Medium Violet Red #BE148D
Tints of Medium Violet Red #BE148D
RGB
CMYK
RGB Variations
Color information
#BE148D (or 0xBE148D) is known color: Medium Violet Red. HEX triplet: BE, 14 and 8D. RGB value is (190,20,141). Sum of RGB (Red+Green+Blue) = 190+20+141=351 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.13% from 351); Green value is 20 (8.20% from 255 or 5.70% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 190 - color contains mainly: red. Hex color #BE148D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE148D is #41EB72. Grayscale: #545454. Windows color (decimal): -4320115 or 9245886. OLE color: 9245886.
HSL color Cylindrical-coordinate representation of color #BE148D: hue angle of 317.29º degrees, saturation: 0.81, 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 #BE148D is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 20 | 141 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.25 |
| HSL | 317.29º | 0.81% | 0.41% | - |
| HSV(B) | 317.29º | 0.89% | 0.75% | - |
| XYZ | 26.29 | 13.37 | 26.39 | - |
| YUV | 84.62 | 159.82 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 20 | 141 | 0 | 0.89 | 0.26 | 0.25 | 317.29 | 0.81 | 0.41 |
| Hex | BE | 14 | 8D | 0 | 59 | 1A | 19 | 13D | 51 | 29 |
| Octal | 276 | 24 | 215 | 0 | 131 | 32 | 31 | 475 | 121 | 51 |
| Binary | 10111110 | 10100 | 10001101 | 0 | 1011001 | 11010 | 11001 | 100111101 | 1010001 | 101001 |
Color Harmonies of #BE148D
Complementary color
Monochromatic Colors of #BE148D
Black with #BE148D
Text Example
Text Example
White with #BE148D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE148D; }
p { color: rgb(190,20,141); }
H1.HeaderClassName
{
color: #BE148D;
}
.AnyTagClassName
{
color: #BE148D;
}
</style>
background-color css
<style>
a { background-color: #BE148D; }
a { background-color: rgb(190,20,141); }
div.DivClassName
{
background-color: #BE148D;
}
.BgClassName
{
background-color: #BE148D;
}
</style>
border-color css
<style>
span { border-color: #BE148D; }
span { border-color: rgb(190,20,141); }
td.TdClassName
{
border-color: #BE148D;
}
.TagClassName
{
border-color: #BE148D;
}
</style>