Shades of Medium Violet Red #BE0C91
Tints of Medium Violet Red #BE0C91
RGB
CMYK
RGB Variations
Color information
#BE0C91 (or 0xBE0C91) is known color: Medium Violet Red. HEX triplet: BE, 0C and 91. RGB value is (190,12,145). Sum of RGB (Red+Green+Blue) = 190+12+145=347 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.76% from 347); Green value is 12 (5.08% from 255 or 3.46% from 347); Blue value is 145 (57.03% from 255 or 41.79% from 347); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0C91 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0C91 is #41F36E. Grayscale: #505050. Windows color (decimal): -4322159 or 9505982. OLE color: 9505982.
HSL color Cylindrical-coordinate representation of color #BE0C91: hue angle of 315.17º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0C91 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 12 | 145 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.25 |
| HSL | 315.17º | 0.88% | 0.4% | - |
| HSV(B) | 315.17º | 0.94% | 0.75% | - |
| XYZ | 26.48 | 13.25 | 27.95 | - |
| YUV | 80.38 | 164.47 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 12 | 145 | 0 | 0.94 | 0.24 | 0.25 | 315.17 | 0.88 | 0.4 |
| Hex | BE | C | 91 | 0 | 5E | 18 | 19 | 13B | 58 | 28 |
| Octal | 276 | 14 | 221 | 0 | 136 | 30 | 31 | 473 | 130 | 50 |
| Binary | 10111110 | 1100 | 10010001 | 0 | 1011110 | 11000 | 11001 | 100111011 | 1011000 | 101000 |
Color Harmonies of #BE0C91
Complementary color
Monochromatic Colors of #BE0C91
Black with #BE0C91
Text Example
Text Example
White with #BE0C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0C91; }
p { color: rgb(190,12,145); }
H1.HeaderClassName
{
color: #BE0C91;
}
.AnyTagClassName
{
color: #BE0C91;
}
</style>
background-color css
<style>
a { background-color: #BE0C91; }
a { background-color: rgb(190,12,145); }
div.DivClassName
{
background-color: #BE0C91;
}
.BgClassName
{
background-color: #BE0C91;
}
</style>
border-color css
<style>
span { border-color: #BE0C91; }
span { border-color: rgb(190,12,145); }
td.TdClassName
{
border-color: #BE0C91;
}
.TagClassName
{
border-color: #BE0C91;
}
</style>