Shades of Medium Violet Red #BE018D
Tints of Medium Violet Red #BE018D
RGB
CMYK
RGB Variations
Color information
#BE018D (or 0xBE018D) is known color: Medium Violet Red. HEX triplet: BE, 01 and 8D. RGB value is (190,1,141). Sum of RGB (Red+Green+Blue) = 190+1+141=332 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.23% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 141 (55.47% from 255 or 42.47% from 332); Max value from RGB is 190 - color contains mainly: red. Hex color #BE018D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE018D is #41FE72. Grayscale: #494949. Windows color (decimal): -4324979 or 9241022. OLE color: 9241022.
HSL color Cylindrical-coordinate representation of color #BE018D: hue angle of 315.56º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE018D is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 1 | 141 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.25 |
| HSL | 315.56º | 0.99% | 0.37% | - |
| HSV(B) | 315.56º | 0.99% | 0.75% | - |
| XYZ | 26.05 | 12.89 | 26.31 | - |
| YUV | 73.47 | 166.12 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 1 | 141 | 0 | 0.99 | 0.26 | 0.25 | 315.56 | 0.99 | 0.37 |
| Hex | BE | 1 | 8D | 0 | 63 | 1A | 19 | 13C | 63 | 25 |
| Octal | 276 | 1 | 215 | 0 | 143 | 32 | 31 | 474 | 143 | 45 |
| Binary | 10111110 | 1 | 10001101 | 0 | 1100011 | 11010 | 11001 | 100111100 | 1100011 | 100101 |
Color Harmonies of #BE018D
Complementary color
Monochromatic Colors of #BE018D
Black with #BE018D
Text Example
Text Example
White with #BE018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE018D; }
p { color: rgb(190,1,141); }
H1.HeaderClassName
{
color: #BE018D;
}
.AnyTagClassName
{
color: #BE018D;
}
</style>
background-color css
<style>
a { background-color: #BE018D; }
a { background-color: rgb(190,1,141); }
div.DivClassName
{
background-color: #BE018D;
}
.BgClassName
{
background-color: #BE018D;
}
</style>
border-color css
<style>
span { border-color: #BE018D; }
span { border-color: rgb(190,1,141); }
td.TdClassName
{
border-color: #BE018D;
}
.TagClassName
{
border-color: #BE018D;
}
</style>