Shades of Medium Violet Red #BE0BA0
Tints of Medium Violet Red #BE0BA0
RGB
CMYK
RGB Variations
Color information
#BE0BA0 (or 0xBE0BA0) is known color: Medium Violet Red. HEX triplet: BE, 0B and A0. RGB value is (190,11,160). Sum of RGB (Red+Green+Blue) = 190+11+160=361 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.63% from 361); Green value is 11 (4.69% from 255 or 3.05% from 361); Blue value is 160 (62.89% from 255 or 44.32% from 361); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0BA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0BA0 is #41F45F. Grayscale: #515151. Windows color (decimal): -4322400 or 10488766. OLE color: 10488766.
HSL color Cylindrical-coordinate representation of color #BE0BA0: hue angle of 310.06º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0BA0 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 11 | 160 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.25 |
| HSL | 310.06º | 0.89% | 0.39% | - |
| HSV(B) | 310.06º | 0.94% | 0.75% | - |
| XYZ | 27.7 | 13.72 | 34.45 | - |
| YUV | 81.51 | 172.3 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 11 | 160 | 0 | 0.94 | 0.16 | 0.25 | 310.06 | 0.89 | 0.39 |
| Hex | BE | B | A0 | 0 | 5E | 10 | 19 | 136 | 59 | 27 |
| Octal | 276 | 13 | 240 | 0 | 136 | 20 | 31 | 466 | 131 | 47 |
| Binary | 10111110 | 1011 | 10100000 | 0 | 1011110 | 10000 | 11001 | 100110110 | 1011001 | 100111 |
Color Harmonies of #BE0BA0
Complementary color
Monochromatic Colors of #BE0BA0
Black with #BE0BA0
Text Example
Text Example
White with #BE0BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0BA0; }
p { color: rgb(190,11,160); }
H1.HeaderClassName
{
color: #BE0BA0;
}
.AnyTagClassName
{
color: #BE0BA0;
}
</style>
background-color css
<style>
a { background-color: #BE0BA0; }
a { background-color: rgb(190,11,160); }
div.DivClassName
{
background-color: #BE0BA0;
}
.BgClassName
{
background-color: #BE0BA0;
}
</style>
border-color css
<style>
span { border-color: #BE0BA0; }
span { border-color: rgb(190,11,160); }
td.TdClassName
{
border-color: #BE0BA0;
}
.TagClassName
{
border-color: #BE0BA0;
}
</style>