Shades of Medium Violet Red #BE1487
Tints of Medium Violet Red #BE1487
RGB
CMYK
RGB Variations
Color information
#BE1487 (or 0xBE1487) is known color: Medium Violet Red. HEX triplet: BE, 14 and 87. RGB value is (190,20,135). Sum of RGB (Red+Green+Blue) = 190+20+135=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 20 (8.20% from 255 or 5.80% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1487 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE1487 is #41EB78. Grayscale: #535353. Windows color (decimal): -4320121 or 8852670. OLE color: 8852670.
HSL color Cylindrical-coordinate representation of color #BE1487: hue angle of 319.41º 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 #BE1487 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 20 | 135 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.25 |
| HSL | 319.41º | 0.81% | 0.41% | - |
| HSV(B) | 319.41º | 0.89% | 0.75% | - |
| XYZ | 25.86 | 13.2 | 24.11 | - |
| YUV | 83.94 | 156.82 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 20 | 135 | 0 | 0.89 | 0.29 | 0.25 | 319.41 | 0.81 | 0.41 |
| Hex | BE | 14 | 87 | 0 | 59 | 1D | 19 | 13F | 51 | 29 |
| Octal | 276 | 24 | 207 | 0 | 131 | 35 | 31 | 477 | 121 | 51 |
| Binary | 10111110 | 10100 | 10000111 | 0 | 1011001 | 11101 | 11001 | 100111111 | 1010001 | 101001 |
Color Harmonies of #BE1487
Complementary color
Monochromatic Colors of #BE1487
Black with #BE1487
Text Example
Text Example
White with #BE1487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1487; }
p { color: rgb(190,20,135); }
H1.HeaderClassName
{
color: #BE1487;
}
.AnyTagClassName
{
color: #BE1487;
}
</style>
background-color css
<style>
a { background-color: #BE1487; }
a { background-color: rgb(190,20,135); }
div.DivClassName
{
background-color: #BE1487;
}
.BgClassName
{
background-color: #BE1487;
}
</style>
border-color css
<style>
span { border-color: #BE1487; }
span { border-color: rgb(190,20,135); }
td.TdClassName
{
border-color: #BE1487;
}
.TagClassName
{
border-color: #BE1487;
}
</style>