Shades of Medium Violet Red #BE0FA0
Tints of Medium Violet Red #BE0FA0
RGB
CMYK
RGB Variations
Color information
#BE0FA0 (or 0xBE0FA0) is known color: Medium Violet Red. HEX triplet: BE, 0F and A0. RGB value is (190,15,160). Sum of RGB (Red+Green+Blue) = 190+15+160=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 15 (6.25% from 255 or 4.11% from 365); Blue value is 160 (62.89% from 255 or 43.84% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0FA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0FA0 is #41F05F. Grayscale: #535353. Windows color (decimal): -4321376 or 10489790. OLE color: 10489790.
HSL color Cylindrical-coordinate representation of color #BE0FA0: hue angle of 310.29º 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 #BE0FA0 is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 15 | 160 | - |
| CMYK | 0 | 0.92 | 0.16 | 0.25 |
| HSL | 310.29º | 0.85% | 0.4% | - |
| HSV(B) | 310.29º | 0.92% | 0.75% | - |
| XYZ | 27.75 | 13.83 | 34.46 | - |
| YUV | 83.86 | 170.98 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 15 | 160 | 0 | 0.92 | 0.16 | 0.25 | 310.29 | 0.85 | 0.4 |
| Hex | BE | F | A0 | 0 | 5C | 10 | 19 | 136 | 55 | 28 |
| Octal | 276 | 17 | 240 | 0 | 134 | 20 | 31 | 466 | 125 | 50 |
| Binary | 10111110 | 1111 | 10100000 | 0 | 1011100 | 10000 | 11001 | 100110110 | 1010101 | 101000 |
Color Harmonies of #BE0FA0
Complementary color
Monochromatic Colors of #BE0FA0
Black with #BE0FA0
Text Example
Text Example
White with #BE0FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0FA0; }
p { color: rgb(190,15,160); }
H1.HeaderClassName
{
color: #BE0FA0;
}
.AnyTagClassName
{
color: #BE0FA0;
}
</style>
background-color css
<style>
a { background-color: #BE0FA0; }
a { background-color: rgb(190,15,160); }
div.DivClassName
{
background-color: #BE0FA0;
}
.BgClassName
{
background-color: #BE0FA0;
}
</style>
border-color css
<style>
span { border-color: #BE0FA0; }
span { border-color: rgb(190,15,160); }
td.TdClassName
{
border-color: #BE0FA0;
}
.TagClassName
{
border-color: #BE0FA0;
}
</style>