Shades of Viola #BE9197
Tints of Viola #BE9197
RGB
CMYK
RGB Variations
Color information
#BE9197 (or 0xBE9197) is known color: Viola. HEX triplet: BE, 91 and 97. RGB value is (190,145,151). Sum of RGB (Red+Green+Blue) = 190+145+151=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 145 (57.03% from 255 or 29.84% from 486); Blue value is 151 (59.38% from 255 or 31.07% from 486); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9197 is #416E68. Grayscale: #9F9F9F. Windows color (decimal): -4288105 or 9933246. OLE color: 9933246.
HSL color Cylindrical-coordinate representation of color #BE9197: hue angle of 352º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BE9197 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 145 | 151 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.25 |
| HSL | 352º | 0.26% | 0.66% | - |
| HSV(B) | 352º | 0.24% | 0.75% | - |
| XYZ | 36.95 | 33.43 | 33.78 | - |
| YUV | 159.14 | 123.41 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 145 | 151 | 0 | 0.24 | 0.21 | 0.25 | 352 | 0.26 | 0.66 |
| Hex | BE | 91 | 97 | 0 | 18 | 15 | 19 | 160 | 1A | 42 |
| Octal | 276 | 221 | 227 | 0 | 30 | 25 | 31 | 540 | 32 | 102 |
| Binary | 10111110 | 10010001 | 10010111 | 0 | 11000 | 10101 | 11001 | 101100000 | 11010 | 1000010 |
Color Harmonies of #BE9197
Complementary color
Monochromatic Colors of #BE9197
Black with #BE9197
Text Example
Text Example
White with #BE9197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9197; }
p { color: rgb(190,145,151); }
H1.HeaderClassName
{
color: #BE9197;
}
.AnyTagClassName
{
color: #BE9197;
}
</style>
background-color css
<style>
a { background-color: #BE9197; }
a { background-color: rgb(190,145,151); }
div.DivClassName
{
background-color: #BE9197;
}
.BgClassName
{
background-color: #BE9197;
}
</style>
border-color css
<style>
span { border-color: #BE9197; }
span { border-color: rgb(190,145,151); }
td.TdClassName
{
border-color: #BE9197;
}
.TagClassName
{
border-color: #BE9197;
}
</style>