Shades of Viola #BE83A0
Tints of Viola #BE83A0
RGB
CMYK
RGB Variations
Color information
#BE83A0 (or 0xBE83A0) is known color: Viola. HEX triplet: BE, 83 and A0. RGB value is (190,131,160). Sum of RGB (Red+Green+Blue) = 190+131+160=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 131 (51.56% from 255 or 27.23% from 481); Blue value is 160 (62.89% from 255 or 33.26% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BE83A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE83A0 is #417C5F. Grayscale: #979797. Windows color (decimal): -4291680 or 10519486. OLE color: 10519486.
HSL color Cylindrical-coordinate representation of color #BE83A0: hue angle of 330.51º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BE83A0 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 131 | 160 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.25 |
| HSL | 330.51º | 0.31% | 0.63% | - |
| HSV(B) | 330.51º | 0.31% | 0.75% | - |
| XYZ | 35.7 | 29.72 | 37.11 | - |
| YUV | 151.95 | 132.55 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 131 | 160 | 0 | 0.31 | 0.16 | 0.25 | 330.51 | 0.31 | 0.63 |
| Hex | BE | 83 | A0 | 0 | 1F | 10 | 19 | 14B | 1F | 3F |
| Octal | 276 | 203 | 240 | 0 | 37 | 20 | 31 | 513 | 37 | 77 |
| Binary | 10111110 | 10000011 | 10100000 | 0 | 11111 | 10000 | 11001 | 101001011 | 11111 | 111111 |
Color Harmonies of #BE83A0
Complementary color
Monochromatic Colors of #BE83A0
Black with #BE83A0
Text Example
Text Example
White with #BE83A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE83A0; }
p { color: rgb(190,131,160); }
H1.HeaderClassName
{
color: #BE83A0;
}
.AnyTagClassName
{
color: #BE83A0;
}
</style>
background-color css
<style>
a { background-color: #BE83A0; }
a { background-color: rgb(190,131,160); }
div.DivClassName
{
background-color: #BE83A0;
}
.BgClassName
{
background-color: #BE83A0;
}
</style>
border-color css
<style>
span { border-color: #BE83A0; }
span { border-color: rgb(190,131,160); }
td.TdClassName
{
border-color: #BE83A0;
}
.TagClassName
{
border-color: #BE83A0;
}
</style>