Shades of Viola #BE84A1
Tints of Viola #BE84A1
RGB
CMYK
RGB Variations
Color information
#BE84A1 (or 0xBE84A1) is known color: Viola. HEX triplet: BE, 84 and A1. RGB value is (190,132,161). Sum of RGB (Red+Green+Blue) = 190+132+161=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 161 (63.28% from 255 or 33.33% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BE84A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE84A1 is #417B5E. Grayscale: #989898. Windows color (decimal): -4291423 or 10585278. OLE color: 10585278.
HSL color Cylindrical-coordinate representation of color #BE84A1: hue angle of 330º 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 #BE84A1 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 132 | 161 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.25 |
| HSL | 330º | 0.31% | 0.63% | - |
| HSV(B) | 330º | 0.31% | 0.75% | - |
| XYZ | 35.92 | 30.02 | 37.62 | - |
| YUV | 152.65 | 132.72 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 132 | 161 | 0 | 0.31 | 0.15 | 0.25 | 330 | 0.31 | 0.63 |
| Hex | BE | 84 | A1 | 0 | 1F | F | 19 | 14A | 1F | 3F |
| Octal | 276 | 204 | 241 | 0 | 37 | 17 | 31 | 512 | 37 | 77 |
| Binary | 10111110 | 10000100 | 10100001 | 0 | 11111 | 1111 | 11001 | 101001010 | 11111 | 111111 |
Color Harmonies of #BE84A1
Complementary color
Monochromatic Colors of #BE84A1
Black with #BE84A1
Text Example
Text Example
White with #BE84A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE84A1; }
p { color: rgb(190,132,161); }
H1.HeaderClassName
{
color: #BE84A1;
}
.AnyTagClassName
{
color: #BE84A1;
}
</style>
background-color css
<style>
a { background-color: #BE84A1; }
a { background-color: rgb(190,132,161); }
div.DivClassName
{
background-color: #BE84A1;
}
.BgClassName
{
background-color: #BE84A1;
}
</style>
border-color css
<style>
span { border-color: #BE84A1; }
span { border-color: rgb(190,132,161); }
td.TdClassName
{
border-color: #BE84A1;
}
.TagClassName
{
border-color: #BE84A1;
}
</style>