Shades of Medium Violet Red #BE0C92
Tints of Medium Violet Red #BE0C92
RGB
CMYK
RGB Variations
Color information
#BE0C92 (or 0xBE0C92) is known color: Medium Violet Red. HEX triplet: BE, 0C and 92. RGB value is (190,12,146). Sum of RGB (Red+Green+Blue) = 190+12+146=348 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.60% from 348); Green value is 12 (5.08% from 255 or 3.45% from 348); Blue value is 146 (57.42% from 255 or 41.95% from 348); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0C92 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0C92 is #41F36D. Grayscale: #505050. Windows color (decimal): -4322158 or 9571518. OLE color: 9571518.
HSL color Cylindrical-coordinate representation of color #BE0C92: hue angle of 314.83º 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 #BE0C92 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 12 | 146 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.25 |
| HSL | 314.83º | 0.88% | 0.4% | - |
| HSV(B) | 314.83º | 0.94% | 0.75% | - |
| XYZ | 26.55 | 13.29 | 28.36 | - |
| YUV | 80.5 | 164.97 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 12 | 146 | 0 | 0.94 | 0.23 | 0.25 | 314.83 | 0.88 | 0.4 |
| Hex | BE | C | 92 | 0 | 5E | 17 | 19 | 13B | 58 | 28 |
| Octal | 276 | 14 | 222 | 0 | 136 | 27 | 31 | 473 | 130 | 50 |
| Binary | 10111110 | 1100 | 10010010 | 0 | 1011110 | 10111 | 11001 | 100111011 | 1011000 | 101000 |
Color Harmonies of #BE0C92
Complementary color
Monochromatic Colors of #BE0C92
Black with #BE0C92
Text Example
Text Example
White with #BE0C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0C92; }
p { color: rgb(190,12,146); }
H1.HeaderClassName
{
color: #BE0C92;
}
.AnyTagClassName
{
color: #BE0C92;
}
</style>
background-color css
<style>
a { background-color: #BE0C92; }
a { background-color: rgb(190,12,146); }
div.DivClassName
{
background-color: #BE0C92;
}
.BgClassName
{
background-color: #BE0C92;
}
</style>
border-color css
<style>
span { border-color: #BE0C92; }
span { border-color: rgb(190,12,146); }
td.TdClassName
{
border-color: #BE0C92;
}
.TagClassName
{
border-color: #BE0C92;
}
</style>