Shades of Viola #BE8E9F
Tints of Viola #BE8E9F
RGB
CMYK
RGB Variations
Color information
#BE8E9F (or 0xBE8E9F) is known color: Viola. HEX triplet: BE, 8E and 9F. RGB value is (190,142,159). Sum of RGB (Red+Green+Blue) = 190+142+159=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 142 (55.86% from 255 or 28.92% from 491); Blue value is 159 (62.5% from 255 or 32.38% from 491); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8E9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8E9F is #417160. Grayscale: #9E9E9E. Windows color (decimal): -4288865 or 10456766. OLE color: 10456766.
HSL color Cylindrical-coordinate representation of color #BE8E9F: hue angle of 338.75º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BE8E9F is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 142 | 159 | - |
| CMYK | 0 | 0.25 | 0.16 | 0.25 |
| HSL | 338.75º | 0.27% | 0.65% | - |
| HSV(B) | 338.75º | 0.25% | 0.75% | - |
| XYZ | 37.17 | 32.8 | 37.17 | - |
| YUV | 158.29 | 128.4 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 142 | 159 | 0 | 0.25 | 0.16 | 0.25 | 338.75 | 0.27 | 0.65 |
| Hex | BE | 8E | 9F | 0 | 19 | 10 | 19 | 153 | 1B | 41 |
| Octal | 276 | 216 | 237 | 0 | 31 | 20 | 31 | 523 | 33 | 101 |
| Binary | 10111110 | 10001110 | 10011111 | 0 | 11001 | 10000 | 11001 | 101010011 | 11011 | 1000001 |
Color Harmonies of #BE8E9F
Complementary color
Monochromatic Colors of #BE8E9F
Black with #BE8E9F
Text Example
Text Example
White with #BE8E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8E9F; }
p { color: rgb(190,142,159); }
H1.HeaderClassName
{
color: #BE8E9F;
}
.AnyTagClassName
{
color: #BE8E9F;
}
</style>
background-color css
<style>
a { background-color: #BE8E9F; }
a { background-color: rgb(190,142,159); }
div.DivClassName
{
background-color: #BE8E9F;
}
.BgClassName
{
background-color: #BE8E9F;
}
</style>
border-color css
<style>
span { border-color: #BE8E9F; }
span { border-color: rgb(190,142,159); }
td.TdClassName
{
border-color: #BE8E9F;
}
.TagClassName
{
border-color: #BE8E9F;
}
</style>