Shades of Medium Violet Red #BE0FA7
Tints of Medium Violet Red #BE0FA7
RGB
CMYK
RGB Variations
Color information
#BE0FA7 (or 0xBE0FA7) is known color: Medium Violet Red. HEX triplet: BE, 0F and A7. RGB value is (190,15,167). Sum of RGB (Red+Green+Blue) = 190+15+167=372 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.08% from 372); Green value is 15 (6.25% from 255 or 4.03% from 372); Blue value is 167 (65.62% from 255 or 44.89% from 372); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0FA7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0FA7 is #41F058. Grayscale: #545454. Windows color (decimal): -4321369 or 10948542. OLE color: 10948542.
HSL color Cylindrical-coordinate representation of color #BE0FA7: hue angle of 307.89º 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 #BE0FA7 is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 15 | 167 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.25 |
| HSL | 307.89º | 0.85% | 0.4% | - |
| HSV(B) | 307.89º | 0.92% | 0.75% | - |
| XYZ | 28.38 | 14.08 | 37.78 | - |
| YUV | 84.65 | 174.48 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 15 | 167 | 0 | 0.92 | 0.12 | 0.25 | 307.89 | 0.85 | 0.4 |
| Hex | BE | F | A7 | 0 | 5C | C | 19 | 134 | 55 | 28 |
| Octal | 276 | 17 | 247 | 0 | 134 | 14 | 31 | 464 | 125 | 50 |
| Binary | 10111110 | 1111 | 10100111 | 0 | 1011100 | 1100 | 11001 | 100110100 | 1010101 | 101000 |
Color Harmonies of #BE0FA7
Complementary color
Monochromatic Colors of #BE0FA7
Black with #BE0FA7
Text Example
Text Example
White with #BE0FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0FA7; }
p { color: rgb(190,15,167); }
H1.HeaderClassName
{
color: #BE0FA7;
}
.AnyTagClassName
{
color: #BE0FA7;
}
</style>
background-color css
<style>
a { background-color: #BE0FA7; }
a { background-color: rgb(190,15,167); }
div.DivClassName
{
background-color: #BE0FA7;
}
.BgClassName
{
background-color: #BE0FA7;
}
</style>
border-color css
<style>
span { border-color: #BE0FA7; }
span { border-color: rgb(190,15,167); }
td.TdClassName
{
border-color: #BE0FA7;
}
.TagClassName
{
border-color: #BE0FA7;
}
</style>