Shades of Viola #BE9199
Tints of Viola #BE9199
RGB
CMYK
RGB Variations
Color information
#BE9199 (or 0xBE9199) is known color: Viola. HEX triplet: BE, 91 and 99. RGB value is (190,145,153). Sum of RGB (Red+Green+Blue) = 190+145+153=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 145 (57.03% from 255 or 29.71% from 488); Blue value is 153 (60.16% from 255 or 31.35% from 488); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9199 is #416E66. Grayscale: #9F9F9F. Windows color (decimal): -4288103 or 10064318. OLE color: 10064318.
HSL color Cylindrical-coordinate representation of color #BE9199: hue angle of 349.33º 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 #BE9199 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 145 | 153 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.25 |
| HSL | 349.33º | 0.26% | 0.66% | - |
| HSV(B) | 349.33º | 0.24% | 0.75% | - |
| XYZ | 37.11 | 33.5 | 34.65 | - |
| YUV | 159.37 | 124.41 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 145 | 153 | 0 | 0.24 | 0.19 | 0.25 | 349.33 | 0.26 | 0.66 |
| Hex | BE | 91 | 99 | 0 | 18 | 13 | 19 | 15D | 1A | 42 |
| Octal | 276 | 221 | 231 | 0 | 30 | 23 | 31 | 535 | 32 | 102 |
| Binary | 10111110 | 10010001 | 10011001 | 0 | 11000 | 10011 | 11001 | 101011101 | 11010 | 1000010 |
Color Harmonies of #BE9199
Complementary color
Monochromatic Colors of #BE9199
Black with #BE9199
Text Example
Text Example
White with #BE9199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9199; }
p { color: rgb(190,145,153); }
H1.HeaderClassName
{
color: #BE9199;
}
.AnyTagClassName
{
color: #BE9199;
}
</style>
background-color css
<style>
a { background-color: #BE9199; }
a { background-color: rgb(190,145,153); }
div.DivClassName
{
background-color: #BE9199;
}
.BgClassName
{
background-color: #BE9199;
}
</style>
border-color css
<style>
span { border-color: #BE9199; }
span { border-color: rgb(190,145,153); }
td.TdClassName
{
border-color: #BE9199;
}
.TagClassName
{
border-color: #BE9199;
}
</style>