Shades of Viola #BE889A
Tints of Viola #BE889A
RGB
CMYK
RGB Variations
Color information
#BE889A (or 0xBE889A) is known color: Viola. HEX triplet: BE, 88 and 9A. RGB value is (190,136,154). Sum of RGB (Red+Green+Blue) = 190+136+154=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 136 (53.52% from 255 or 28.33% from 480); Blue value is 154 (60.55% from 255 or 32.08% from 480); Max value from RGB is 190 - color contains mainly: red. Hex color #BE889A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE889A is #417765. Grayscale: #9A9A9A. Windows color (decimal): -4290406 or 10127550. OLE color: 10127550.
HSL color Cylindrical-coordinate representation of color #BE889A: hue angle of 340º 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 #BE889A is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 136 | 154 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.25 |
| HSL | 340º | 0.29% | 0.64% | - |
| HSV(B) | 340º | 0.28% | 0.75% | - |
| XYZ | 35.87 | 30.89 | 34.64 | - |
| YUV | 154.2 | 127.89 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 136 | 154 | 0 | 0.28 | 0.19 | 0.25 | 340 | 0.29 | 0.64 |
| Hex | BE | 88 | 9A | 0 | 1C | 13 | 19 | 154 | 1D | 40 |
| Octal | 276 | 210 | 232 | 0 | 34 | 23 | 31 | 524 | 35 | 100 |
| Binary | 10111110 | 10001000 | 10011010 | 0 | 11100 | 10011 | 11001 | 101010100 | 11101 | 1000000 |
Color Harmonies of #BE889A
Complementary color
Monochromatic Colors of #BE889A
Black with #BE889A
Text Example
Text Example
White with #BE889A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE889A; }
p { color: rgb(190,136,154); }
H1.HeaderClassName
{
color: #BE889A;
}
.AnyTagClassName
{
color: #BE889A;
}
</style>
background-color css
<style>
a { background-color: #BE889A; }
a { background-color: rgb(190,136,154); }
div.DivClassName
{
background-color: #BE889A;
}
.BgClassName
{
background-color: #BE889A;
}
</style>
border-color css
<style>
span { border-color: #BE889A; }
span { border-color: rgb(190,136,154); }
td.TdClassName
{
border-color: #BE889A;
}
.TagClassName
{
border-color: #BE889A;
}
</style>