Shades of Medium Violet Red #BE1483
Tints of Medium Violet Red #BE1483
RGB
CMYK
RGB Variations
Color information
#BE1483 (or 0xBE1483) is known color: Medium Violet Red. HEX triplet: BE, 14 and 83. RGB value is (190,20,131). Sum of RGB (Red+Green+Blue) = 190+20+131=341 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.72% from 341); Green value is 20 (8.20% from 255 or 5.87% from 341); Blue value is 131 (51.56% from 255 or 38.42% from 341); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1483 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE1483 is #41EB7C. Grayscale: #535353. Windows color (decimal): -4320125 or 8590526. OLE color: 8590526.
HSL color Cylindrical-coordinate representation of color #BE1483: hue angle of 320.82º 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 #BE1483 is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 20 | 131 | - |
| CMYK | 0 | 0.89 | 0.31 | 0.25 |
| HSL | 320.82º | 0.81% | 0.41% | - |
| HSV(B) | 320.82º | 0.89% | 0.75% | - |
| XYZ | 25.58 | 13.09 | 22.65 | - |
| YUV | 83.48 | 154.82 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 20 | 131 | 0 | 0.89 | 0.31 | 0.25 | 320.82 | 0.81 | 0.41 |
| Hex | BE | 14 | 83 | 0 | 59 | 1F | 19 | 141 | 51 | 29 |
| Octal | 276 | 24 | 203 | 0 | 131 | 37 | 31 | 501 | 121 | 51 |
| Binary | 10111110 | 10100 | 10000011 | 0 | 1011001 | 11111 | 11001 | 101000001 | 1010001 | 101001 |
Color Harmonies of #BE1483
Complementary color
Monochromatic Colors of #BE1483
Black with #BE1483
Text Example
Text Example
White with #BE1483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1483; }
p { color: rgb(190,20,131); }
H1.HeaderClassName
{
color: #BE1483;
}
.AnyTagClassName
{
color: #BE1483;
}
</style>
background-color css
<style>
a { background-color: #BE1483; }
a { background-color: rgb(190,20,131); }
div.DivClassName
{
background-color: #BE1483;
}
.BgClassName
{
background-color: #BE1483;
}
</style>
border-color css
<style>
span { border-color: #BE1483; }
span { border-color: rgb(190,20,131); }
td.TdClassName
{
border-color: #BE1483;
}
.TagClassName
{
border-color: #BE1483;
}
</style>