Shades of Viola #BE8496
Tints of Viola #BE8496
RGB
CMYK
RGB Variations
Color information
#BE8496 (or 0xBE8496) is known color: Viola. HEX triplet: BE, 84 and 96. RGB value is (190,132,150). Sum of RGB (Red+Green+Blue) = 190+132+150=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8496 is #417B69. Grayscale: #979797. Windows color (decimal): -4291434 or 9864382. OLE color: 9864382.
HSL color Cylindrical-coordinate representation of color #BE8496: hue angle of 341.38º 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 #BE8496 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 132 | 150 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.25 |
| HSL | 341.38º | 0.31% | 0.63% | - |
| HSV(B) | 341.38º | 0.31% | 0.75% | - |
| XYZ | 34.99 | 29.65 | 32.73 | - |
| YUV | 151.39 | 127.22 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 132 | 150 | 0 | 0.31 | 0.21 | 0.25 | 341.38 | 0.31 | 0.63 |
| Hex | BE | 84 | 96 | 0 | 1F | 15 | 19 | 155 | 1F | 3F |
| Octal | 276 | 204 | 226 | 0 | 37 | 25 | 31 | 525 | 37 | 77 |
| Binary | 10111110 | 10000100 | 10010110 | 0 | 11111 | 10101 | 11001 | 101010101 | 11111 | 111111 |
Color Harmonies of #BE8496
Complementary color
Monochromatic Colors of #BE8496
Black with #BE8496
Text Example
Text Example
White with #BE8496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8496; }
p { color: rgb(190,132,150); }
H1.HeaderClassName
{
color: #BE8496;
}
.AnyTagClassName
{
color: #BE8496;
}
</style>
background-color css
<style>
a { background-color: #BE8496; }
a { background-color: rgb(190,132,150); }
div.DivClassName
{
background-color: #BE8496;
}
.BgClassName
{
background-color: #BE8496;
}
</style>
border-color css
<style>
span { border-color: #BE8496; }
span { border-color: rgb(190,132,150); }
td.TdClassName
{
border-color: #BE8496;
}
.TagClassName
{
border-color: #BE8496;
}
</style>