Shades of Viola #BE83A1
Tints of Viola #BE83A1
RGB
CMYK
RGB Variations
Color information
#BE83A1 (or 0xBE83A1) is known color: Viola. HEX triplet: BE, 83 and A1. RGB value is (190,131,161). Sum of RGB (Red+Green+Blue) = 190+131+161=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 131 (51.56% from 255 or 27.18% from 482); Blue value is 161 (63.28% from 255 or 33.40% from 482); Max value from RGB is 190 - color contains mainly: red. Hex color #BE83A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE83A1 is #417C5E. Grayscale: #989898. Windows color (decimal): -4291679 or 10585022. OLE color: 10585022.
HSL color Cylindrical-coordinate representation of color #BE83A1: hue angle of 329.49º 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 #BE83A1 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 131 | 161 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.25 |
| HSL | 329.49º | 0.31% | 0.63% | - |
| HSV(B) | 329.49º | 0.31% | 0.75% | - |
| XYZ | 35.78 | 29.75 | 37.58 | - |
| YUV | 152.06 | 133.05 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 131 | 161 | 0 | 0.31 | 0.15 | 0.25 | 329.49 | 0.31 | 0.63 |
| Hex | BE | 83 | A1 | 0 | 1F | F | 19 | 149 | 1F | 3F |
| Octal | 276 | 203 | 241 | 0 | 37 | 17 | 31 | 511 | 37 | 77 |
| Binary | 10111110 | 10000011 | 10100001 | 0 | 11111 | 1111 | 11001 | 101001001 | 11111 | 111111 |
Color Harmonies of #BE83A1
Complementary color
Monochromatic Colors of #BE83A1
Black with #BE83A1
Text Example
Text Example
White with #BE83A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE83A1; }
p { color: rgb(190,131,161); }
H1.HeaderClassName
{
color: #BE83A1;
}
.AnyTagClassName
{
color: #BE83A1;
}
</style>
background-color css
<style>
a { background-color: #BE83A1; }
a { background-color: rgb(190,131,161); }
div.DivClassName
{
background-color: #BE83A1;
}
.BgClassName
{
background-color: #BE83A1;
}
</style>
border-color css
<style>
span { border-color: #BE83A1; }
span { border-color: rgb(190,131,161); }
td.TdClassName
{
border-color: #BE83A1;
}
.TagClassName
{
border-color: #BE83A1;
}
</style>