Shades of Viola #BE949B
Tints of Viola #BE949B
RGB
CMYK
RGB Variations
Color information
#BE949B (or 0xBE949B) is known color: Viola. HEX triplet: BE, 94 and 9B. RGB value is (190,148,155). Sum of RGB (Red+Green+Blue) = 190+148+155=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 155 (60.94% from 255 or 31.44% from 493); Max value from RGB is 190 - color contains mainly: red. Hex color #BE949B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE949B is #416B64. Grayscale: #A1A1A1. Windows color (decimal): -4287333 or 10196158. OLE color: 10196158.
HSL color Cylindrical-coordinate representation of color #BE949B: hue angle of 350º 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 #BE949B is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 148 | 155 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.25 |
| HSL | 350º | 0.24% | 0.66% | - |
| HSV(B) | 350º | 0.22% | 0.75% | - |
| XYZ | 37.74 | 34.49 | 35.68 | - |
| YUV | 161.36 | 124.41 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 148 | 155 | 0 | 0.22 | 0.18 | 0.25 | 350 | 0.24 | 0.66 |
| Hex | BE | 94 | 9B | 0 | 16 | 12 | 19 | 15E | 18 | 42 |
| Octal | 276 | 224 | 233 | 0 | 26 | 22 | 31 | 536 | 30 | 102 |
| Binary | 10111110 | 10010100 | 10011011 | 0 | 10110 | 10010 | 11001 | 101011110 | 11000 | 1000010 |
Color Harmonies of #BE949B
Complementary color
Monochromatic Colors of #BE949B
Black with #BE949B
Text Example
Text Example
White with #BE949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE949B; }
p { color: rgb(190,148,155); }
H1.HeaderClassName
{
color: #BE949B;
}
.AnyTagClassName
{
color: #BE949B;
}
</style>
background-color css
<style>
a { background-color: #BE949B; }
a { background-color: rgb(190,148,155); }
div.DivClassName
{
background-color: #BE949B;
}
.BgClassName
{
background-color: #BE949B;
}
</style>
border-color css
<style>
span { border-color: #BE949B; }
span { border-color: rgb(190,148,155); }
td.TdClassName
{
border-color: #BE949B;
}
.TagClassName
{
border-color: #BE949B;
}
</style>