Shades of Medium Violet Red #BE0F93
Tints of Medium Violet Red #BE0F93
RGB
CMYK
RGB Variations
Color information
#BE0F93 (or 0xBE0F93) is known color: Medium Violet Red. HEX triplet: BE, 0F and 93. RGB value is (190,15,147). Sum of RGB (Red+Green+Blue) = 190+15+147=352 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.98% from 352); Green value is 15 (6.25% from 255 or 4.26% from 352); Blue value is 147 (57.81% from 255 or 41.76% from 352); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0F93 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0F93 is #41F06C. Grayscale: #525252. Windows color (decimal): -4321389 or 9637822. OLE color: 9637822.
HSL color Cylindrical-coordinate representation of color #BE0F93: hue angle of 314.74º 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 #BE0F93 is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 15 | 147 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.25 |
| HSL | 314.74º | 0.85% | 0.4% | - |
| HSV(B) | 314.74º | 0.92% | 0.75% | - |
| XYZ | 26.67 | 13.4 | 28.78 | - |
| YUV | 82.37 | 164.48 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 15 | 147 | 0 | 0.92 | 0.23 | 0.25 | 314.74 | 0.85 | 0.4 |
| Hex | BE | F | 93 | 0 | 5C | 17 | 19 | 13B | 55 | 28 |
| Octal | 276 | 17 | 223 | 0 | 134 | 27 | 31 | 473 | 125 | 50 |
| Binary | 10111110 | 1111 | 10010011 | 0 | 1011100 | 10111 | 11001 | 100111011 | 1010101 | 101000 |
Color Harmonies of #BE0F93
Complementary color
Monochromatic Colors of #BE0F93
Black with #BE0F93
Text Example
Text Example
White with #BE0F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0F93; }
p { color: rgb(190,15,147); }
H1.HeaderClassName
{
color: #BE0F93;
}
.AnyTagClassName
{
color: #BE0F93;
}
</style>
background-color css
<style>
a { background-color: #BE0F93; }
a { background-color: rgb(190,15,147); }
div.DivClassName
{
background-color: #BE0F93;
}
.BgClassName
{
background-color: #BE0F93;
}
</style>
border-color css
<style>
span { border-color: #BE0F93; }
span { border-color: rgb(190,15,147); }
td.TdClassName
{
border-color: #BE0F93;
}
.TagClassName
{
border-color: #BE0F93;
}
</style>