Shades of Viola #BE889E
Tints of Viola #BE889E
RGB
CMYK
RGB Variations
Color information
#BE889E (or 0xBE889E) is known color: Viola. HEX triplet: BE, 88 and 9E. RGB value is (190,136,158). Sum of RGB (Red+Green+Blue) = 190+136+158=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 158 (62.11% from 255 or 32.64% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BE889E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE889E is #417761. Grayscale: #9A9A9A. Windows color (decimal): -4290402 or 10389694. OLE color: 10389694.
HSL color Cylindrical-coordinate representation of color #BE889E: hue angle of 335.56º 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 #BE889E is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 136 | 158 | - |
| CMYK | 0 | 0.28 | 0.17 | 0.25 |
| HSL | 335.56º | 0.29% | 0.64% | - |
| HSV(B) | 335.56º | 0.28% | 0.75% | - |
| XYZ | 36.21 | 31.02 | 36.43 | - |
| YUV | 154.65 | 129.89 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 136 | 158 | 0 | 0.28 | 0.17 | 0.25 | 335.56 | 0.29 | 0.64 |
| Hex | BE | 88 | 9E | 0 | 1C | 11 | 19 | 150 | 1D | 40 |
| Octal | 276 | 210 | 236 | 0 | 34 | 21 | 31 | 520 | 35 | 100 |
| Binary | 10111110 | 10001000 | 10011110 | 0 | 11100 | 10001 | 11001 | 101010000 | 11101 | 1000000 |
Color Harmonies of #BE889E
Complementary color
Monochromatic Colors of #BE889E
Black with #BE889E
Text Example
Text Example
White with #BE889E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE889E; }
p { color: rgb(190,136,158); }
H1.HeaderClassName
{
color: #BE889E;
}
.AnyTagClassName
{
color: #BE889E;
}
</style>
background-color css
<style>
a { background-color: #BE889E; }
a { background-color: rgb(190,136,158); }
div.DivClassName
{
background-color: #BE889E;
}
.BgClassName
{
background-color: #BE889E;
}
</style>
border-color css
<style>
span { border-color: #BE889E; }
span { border-color: rgb(190,136,158); }
td.TdClassName
{
border-color: #BE889E;
}
.TagClassName
{
border-color: #BE889E;
}
</style>