Shades of Medium Violet Red #BE0F8E
Tints of Medium Violet Red #BE0F8E
RGB
CMYK
RGB Variations
Color information
#BE0F8E (or 0xBE0F8E) is known color: Medium Violet Red. HEX triplet: BE, 0F and 8E. RGB value is (190,15,142). Sum of RGB (Red+Green+Blue) = 190+15+142=347 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.76% from 347); Green value is 15 (6.25% from 255 or 4.32% from 347); Blue value is 142 (55.86% from 255 or 40.92% from 347); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0F8E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0F8E is #41F071. Grayscale: #515151. Windows color (decimal): -4321394 or 9310142. OLE color: 9310142.
HSL color Cylindrical-coordinate representation of color #BE0F8E: hue angle of 316.46º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE0F8E is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 15 | 142 | - |
| CMYK | 0 | 0.92 | 0.25 | 0.25 |
| HSL | 316.46º | 0.85% | 0.4% | - |
| HSV(B) | 316.46º | 0.92% | 0.75% | - |
| XYZ | 26.29 | 13.24 | 26.76 | - |
| YUV | 81.8 | 161.98 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 15 | 142 | 0 | 0.92 | 0.25 | 0.25 | 316.46 | 0.85 | 0.4 |
| Hex | BE | F | 8E | 0 | 5C | 19 | 19 | 13C | 55 | 28 |
| Octal | 276 | 17 | 216 | 0 | 134 | 31 | 31 | 474 | 125 | 50 |
| Binary | 10111110 | 1111 | 10001110 | 0 | 1011100 | 11001 | 11001 | 100111100 | 1010101 | 101000 |
Color Harmonies of #BE0F8E
Complementary color
Monochromatic Colors of #BE0F8E
Black with #BE0F8E
Text Example
Text Example
White with #BE0F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0F8E; }
p { color: rgb(190,15,142); }
H1.HeaderClassName
{
color: #BE0F8E;
}
.AnyTagClassName
{
color: #BE0F8E;
}
</style>
background-color css
<style>
a { background-color: #BE0F8E; }
a { background-color: rgb(190,15,142); }
div.DivClassName
{
background-color: #BE0F8E;
}
.BgClassName
{
background-color: #BE0F8E;
}
</style>
border-color css
<style>
span { border-color: #BE0F8E; }
span { border-color: rgb(190,15,142); }
td.TdClassName
{
border-color: #BE0F8E;
}
.TagClassName
{
border-color: #BE0F8E;
}
</style>