Shades of Medium Violet Red #BE1485
Tints of Medium Violet Red #BE1485
RGB
CMYK
RGB Variations
Color information
#BE1485 (or 0xBE1485) is known color: Medium Violet Red. HEX triplet: BE, 14 and 85. RGB value is (190,20,133). Sum of RGB (Red+Green+Blue) = 190+20+133=343 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.39% from 343); Green value is 20 (8.20% from 255 or 5.83% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1485 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE1485 is #41EB7A. Grayscale: #535353. Windows color (decimal): -4320123 or 8721598. OLE color: 8721598.
HSL color Cylindrical-coordinate representation of color #BE1485: hue angle of 320.12º 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 #BE1485 is Cyan = 0, Magento = 0.89, Yellow = 0.3 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 20 | 133 | - |
| CMYK | 0 | 0.89 | 0.3 | 0.25 |
| HSL | 320.12º | 0.81% | 0.41% | - |
| HSV(B) | 320.12º | 0.89% | 0.75% | - |
| XYZ | 25.72 | 13.14 | 23.37 | - |
| YUV | 83.71 | 155.82 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 20 | 133 | 0 | 0.89 | 0.3 | 0.25 | 320.12 | 0.81 | 0.41 |
| Hex | BE | 14 | 85 | 0 | 59 | 1E | 19 | 140 | 51 | 29 |
| Octal | 276 | 24 | 205 | 0 | 131 | 36 | 31 | 500 | 121 | 51 |
| Binary | 10111110 | 10100 | 10000101 | 0 | 1011001 | 11110 | 11001 | 101000000 | 1010001 | 101001 |
Color Harmonies of #BE1485
Complementary color
Monochromatic Colors of #BE1485
Black with #BE1485
Text Example
Text Example
White with #BE1485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1485; }
p { color: rgb(190,20,133); }
H1.HeaderClassName
{
color: #BE1485;
}
.AnyTagClassName
{
color: #BE1485;
}
</style>
background-color css
<style>
a { background-color: #BE1485; }
a { background-color: rgb(190,20,133); }
div.DivClassName
{
background-color: #BE1485;
}
.BgClassName
{
background-color: #BE1485;
}
</style>
border-color css
<style>
span { border-color: #BE1485; }
span { border-color: rgb(190,20,133); }
td.TdClassName
{
border-color: #BE1485;
}
.TagClassName
{
border-color: #BE1485;
}
</style>