Shades of Medium Violet Red #BE0FA6
Tints of Medium Violet Red #BE0FA6
RGB
CMYK
RGB Variations
Color information
#BE0FA6 (or 0xBE0FA6) is known color: Medium Violet Red. HEX triplet: BE, 0F and A6. RGB value is (190,15,166). Sum of RGB (Red+Green+Blue) = 190+15+166=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 15 (6.25% from 255 or 4.04% from 371); Blue value is 166 (65.23% from 255 or 44.74% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0FA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0FA6 is #41F059. Grayscale: #545454. Windows color (decimal): -4321370 or 10883006. OLE color: 10883006.
HSL color Cylindrical-coordinate representation of color #BE0FA6: hue angle of 308.23º 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 #BE0FA6 is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 15 | 166 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.25 |
| HSL | 308.23º | 0.85% | 0.4% | - |
| HSV(B) | 308.23º | 0.92% | 0.75% | - |
| XYZ | 28.29 | 14.04 | 37.3 | - |
| YUV | 84.54 | 173.98 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 15 | 166 | 0 | 0.92 | 0.13 | 0.25 | 308.23 | 0.85 | 0.4 |
| Hex | BE | F | A6 | 0 | 5C | D | 19 | 134 | 55 | 28 |
| Octal | 276 | 17 | 246 | 0 | 134 | 15 | 31 | 464 | 125 | 50 |
| Binary | 10111110 | 1111 | 10100110 | 0 | 1011100 | 1101 | 11001 | 100110100 | 1010101 | 101000 |
Color Harmonies of #BE0FA6
Complementary color
Monochromatic Colors of #BE0FA6
Black with #BE0FA6
Text Example
Text Example
White with #BE0FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0FA6; }
p { color: rgb(190,15,166); }
H1.HeaderClassName
{
color: #BE0FA6;
}
.AnyTagClassName
{
color: #BE0FA6;
}
</style>
background-color css
<style>
a { background-color: #BE0FA6; }
a { background-color: rgb(190,15,166); }
div.DivClassName
{
background-color: #BE0FA6;
}
.BgClassName
{
background-color: #BE0FA6;
}
</style>
border-color css
<style>
span { border-color: #BE0FA6; }
span { border-color: rgb(190,15,166); }
td.TdClassName
{
border-color: #BE0FA6;
}
.TagClassName
{
border-color: #BE0FA6;
}
</style>