Shades of Viola #BE899A
Tints of Viola #BE899A
RGB
CMYK
RGB Variations
Color information
#BE899A (or 0xBE899A) is known color: Viola. HEX triplet: BE, 89 and 9A. RGB value is (190,137,154). Sum of RGB (Red+Green+Blue) = 190+137+154=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 137 (53.91% from 255 or 28.48% from 481); Blue value is 154 (60.55% from 255 or 32.02% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BE899A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE899A is #417665. Grayscale: #9A9A9A. Windows color (decimal): -4290150 or 10127806. OLE color: 10127806.
HSL color Cylindrical-coordinate representation of color #BE899A: hue angle of 340.75º 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 #BE899A is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 137 | 154 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.25 |
| HSL | 340.75º | 0.29% | 0.64% | - |
| HSV(B) | 340.75º | 0.28% | 0.75% | - |
| XYZ | 36.01 | 31.17 | 34.69 | - |
| YUV | 154.79 | 127.56 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 137 | 154 | 0 | 0.28 | 0.19 | 0.25 | 340.75 | 0.29 | 0.64 |
| Hex | BE | 89 | 9A | 0 | 1C | 13 | 19 | 155 | 1D | 40 |
| Octal | 276 | 211 | 232 | 0 | 34 | 23 | 31 | 525 | 35 | 100 |
| Binary | 10111110 | 10001001 | 10011010 | 0 | 11100 | 10011 | 11001 | 101010101 | 11101 | 1000000 |
Color Harmonies of #BE899A
Complementary color
Monochromatic Colors of #BE899A
Black with #BE899A
Text Example
Text Example
White with #BE899A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE899A; }
p { color: rgb(190,137,154); }
H1.HeaderClassName
{
color: #BE899A;
}
.AnyTagClassName
{
color: #BE899A;
}
</style>
background-color css
<style>
a { background-color: #BE899A; }
a { background-color: rgb(190,137,154); }
div.DivClassName
{
background-color: #BE899A;
}
.BgClassName
{
background-color: #BE899A;
}
</style>
border-color css
<style>
span { border-color: #BE899A; }
span { border-color: rgb(190,137,154); }
td.TdClassName
{
border-color: #BE899A;
}
.TagClassName
{
border-color: #BE899A;
}
</style>