Shades of Viola #BE949E
Tints of Viola #BE949E
RGB
CMYK
RGB Variations
Color information
#BE949E (or 0xBE949E) is known color: Viola. HEX triplet: BE, 94 and 9E. RGB value is (190,148,158). Sum of RGB (Red+Green+Blue) = 190+148+158=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 148 (58.20% from 255 or 29.84% from 496); Blue value is 158 (62.11% from 255 or 31.85% from 496); Max value from RGB is 190 - color contains mainly: red. Hex color #BE949E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE949E is #416B61. Grayscale: #A1A1A1. Windows color (decimal): -4287330 or 10392766. OLE color: 10392766.
HSL color Cylindrical-coordinate representation of color #BE949E: hue angle of 345.71º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BE949E is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 148 | 158 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.25 |
| HSL | 345.71º | 0.24% | 0.66% | - |
| HSV(B) | 345.71º | 0.22% | 0.75% | - |
| XYZ | 38 | 34.6 | 37.02 | - |
| YUV | 161.7 | 125.91 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 148 | 158 | 0 | 0.22 | 0.17 | 0.25 | 345.71 | 0.24 | 0.66 |
| Hex | BE | 94 | 9E | 0 | 16 | 11 | 19 | 15A | 18 | 42 |
| Octal | 276 | 224 | 236 | 0 | 26 | 21 | 31 | 532 | 30 | 102 |
| Binary | 10111110 | 10010100 | 10011110 | 0 | 10110 | 10001 | 11001 | 101011010 | 11000 | 1000010 |
Color Harmonies of #BE949E
Complementary color
Monochromatic Colors of #BE949E
Black with #BE949E
Text Example
Text Example
White with #BE949E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE949E; }
p { color: rgb(190,148,158); }
H1.HeaderClassName
{
color: #BE949E;
}
.AnyTagClassName
{
color: #BE949E;
}
</style>
background-color css
<style>
a { background-color: #BE949E; }
a { background-color: rgb(190,148,158); }
div.DivClassName
{
background-color: #BE949E;
}
.BgClassName
{
background-color: #BE949E;
}
</style>
border-color css
<style>
span { border-color: #BE949E; }
span { border-color: rgb(190,148,158); }
td.TdClassName
{
border-color: #BE949E;
}
.TagClassName
{
border-color: #BE949E;
}
</style>