Shades of Viola #BE8991
Tints of Viola #BE8991
RGB
CMYK
RGB Variations
Color information
#BE8991 (or 0xBE8991) is known color: Viola. HEX triplet: BE, 89 and 91. RGB value is (190,137,145). Sum of RGB (Red+Green+Blue) = 190+137+145=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 137 (53.91% from 255 or 29.03% from 472); Blue value is 145 (57.03% from 255 or 30.72% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8991 is #41766E. Grayscale: #999999. Windows color (decimal): -4290159 or 9537982. OLE color: 9537982.
HSL color Cylindrical-coordinate representation of color #BE8991: hue angle of 350.94º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BE8991 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 137 | 145 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.25 |
| HSL | 350.94º | 0.29% | 0.64% | - |
| HSV(B) | 350.94º | 0.28% | 0.75% | - |
| XYZ | 35.29 | 30.88 | 30.89 | - |
| YUV | 153.76 | 123.06 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 137 | 145 | 0 | 0.28 | 0.24 | 0.25 | 350.94 | 0.29 | 0.64 |
| Hex | BE | 89 | 91 | 0 | 1C | 18 | 19 | 15F | 1D | 40 |
| Octal | 276 | 211 | 221 | 0 | 34 | 30 | 31 | 537 | 35 | 100 |
| Binary | 10111110 | 10001001 | 10010001 | 0 | 11100 | 11000 | 11001 | 101011111 | 11101 | 1000000 |
Color Harmonies of #BE8991
Complementary color
Monochromatic Colors of #BE8991
Black with #BE8991
Text Example
Text Example
White with #BE8991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8991; }
p { color: rgb(190,137,145); }
H1.HeaderClassName
{
color: #BE8991;
}
.AnyTagClassName
{
color: #BE8991;
}
</style>
background-color css
<style>
a { background-color: #BE8991; }
a { background-color: rgb(190,137,145); }
div.DivClassName
{
background-color: #BE8991;
}
.BgClassName
{
background-color: #BE8991;
}
</style>
border-color css
<style>
span { border-color: #BE8991; }
span { border-color: rgb(190,137,145); }
td.TdClassName
{
border-color: #BE8991;
}
.TagClassName
{
border-color: #BE8991;
}
</style>