Shades of Medium Violet Red #BE0C8E
Tints of Medium Violet Red #BE0C8E
RGB
CMYK
RGB Variations
Color information
#BE0C8E (or 0xBE0C8E) is known color: Medium Violet Red. HEX triplet: BE, 0C and 8E. RGB value is (190,12,142). Sum of RGB (Red+Green+Blue) = 190+12+142=344 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.23% from 344); Green value is 12 (5.08% from 255 or 3.49% from 344); Blue value is 142 (55.86% from 255 or 41.28% from 344); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0C8E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0C8E is #41F371. Grayscale: #4F4F4F. Windows color (decimal): -4322162 or 9309374. OLE color: 9309374.
HSL color Cylindrical-coordinate representation of color #BE0C8E: hue angle of 316.18º 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 #BE0C8E is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 12 | 142 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.25 |
| HSL | 316.18º | 0.88% | 0.4% | - |
| HSV(B) | 316.18º | 0.94% | 0.75% | - |
| XYZ | 26.25 | 13.16 | 26.75 | - |
| YUV | 80.04 | 162.97 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 12 | 142 | 0 | 0.94 | 0.25 | 0.25 | 316.18 | 0.88 | 0.4 |
| Hex | BE | C | 8E | 0 | 5E | 19 | 19 | 13C | 58 | 28 |
| Octal | 276 | 14 | 216 | 0 | 136 | 31 | 31 | 474 | 130 | 50 |
| Binary | 10111110 | 1100 | 10001110 | 0 | 1011110 | 11001 | 11001 | 100111100 | 1011000 | 101000 |
Color Harmonies of #BE0C8E
Complementary color
Monochromatic Colors of #BE0C8E
Black with #BE0C8E
Text Example
Text Example
White with #BE0C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0C8E; }
p { color: rgb(190,12,142); }
H1.HeaderClassName
{
color: #BE0C8E;
}
.AnyTagClassName
{
color: #BE0C8E;
}
</style>
background-color css
<style>
a { background-color: #BE0C8E; }
a { background-color: rgb(190,12,142); }
div.DivClassName
{
background-color: #BE0C8E;
}
.BgClassName
{
background-color: #BE0C8E;
}
</style>
border-color css
<style>
span { border-color: #BE0C8E; }
span { border-color: rgb(190,12,142); }
td.TdClassName
{
border-color: #BE0C8E;
}
.TagClassName
{
border-color: #BE0C8E;
}
</style>