Shades of Viola #BE899C
Tints of Viola #BE899C
RGB
CMYK
RGB Variations
Color information
#BE899C (or 0xBE899C) is known color: Viola. HEX triplet: BE, 89 and 9C. RGB value is (190,137,156). Sum of RGB (Red+Green+Blue) = 190+137+156=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 137 (53.91% from 255 or 28.36% from 483); Blue value is 156 (61.33% from 255 or 32.30% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BE899C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE899C is #417663. Grayscale: #9A9A9A. Windows color (decimal): -4290148 or 10258878. OLE color: 10258878.
HSL color Cylindrical-coordinate representation of color #BE899C: hue angle of 338.49º 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 #BE899C is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 137 | 156 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.25 |
| HSL | 338.49º | 0.29% | 0.64% | - |
| HSV(B) | 338.49º | 0.28% | 0.75% | - |
| XYZ | 36.18 | 31.24 | 35.58 | - |
| YUV | 155.01 | 128.56 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 137 | 156 | 0 | 0.28 | 0.18 | 0.25 | 338.49 | 0.29 | 0.64 |
| Hex | BE | 89 | 9C | 0 | 1C | 12 | 19 | 152 | 1D | 40 |
| Octal | 276 | 211 | 234 | 0 | 34 | 22 | 31 | 522 | 35 | 100 |
| Binary | 10111110 | 10001001 | 10011100 | 0 | 11100 | 10010 | 11001 | 101010010 | 11101 | 1000000 |
Color Harmonies of #BE899C
Complementary color
Monochromatic Colors of #BE899C
Black with #BE899C
Text Example
Text Example
White with #BE899C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE899C; }
p { color: rgb(190,137,156); }
H1.HeaderClassName
{
color: #BE899C;
}
.AnyTagClassName
{
color: #BE899C;
}
</style>
background-color css
<style>
a { background-color: #BE899C; }
a { background-color: rgb(190,137,156); }
div.DivClassName
{
background-color: #BE899C;
}
.BgClassName
{
background-color: #BE899C;
}
</style>
border-color css
<style>
span { border-color: #BE899C; }
span { border-color: rgb(190,137,156); }
td.TdClassName
{
border-color: #BE899C;
}
.TagClassName
{
border-color: #BE899C;
}
</style>