Shades of Viola #BE919A
Tints of Viola #BE919A
RGB
CMYK
RGB Variations
Color information
#BE919A (or 0xBE919A) is known color: Viola. HEX triplet: BE, 91 and 9A. RGB value is (190,145,154). Sum of RGB (Red+Green+Blue) = 190+145+154=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 145 (57.03% from 255 or 29.65% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 190 - color contains mainly: red. Hex color #BE919A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE919A is #416E65. Grayscale: #9F9F9F. Windows color (decimal): -4288102 or 10129854. OLE color: 10129854.
HSL color Cylindrical-coordinate representation of color #BE919A: hue angle of 348º 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 #BE919A is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 145 | 154 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.25 |
| HSL | 348º | 0.26% | 0.66% | - |
| HSV(B) | 348º | 0.24% | 0.75% | - |
| XYZ | 37.19 | 33.53 | 35.08 | - |
| YUV | 159.48 | 124.91 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 145 | 154 | 0 | 0.24 | 0.19 | 0.25 | 348 | 0.26 | 0.66 |
| Hex | BE | 91 | 9A | 0 | 18 | 13 | 19 | 15C | 1A | 42 |
| Octal | 276 | 221 | 232 | 0 | 30 | 23 | 31 | 534 | 32 | 102 |
| Binary | 10111110 | 10010001 | 10011010 | 0 | 11000 | 10011 | 11001 | 101011100 | 11010 | 1000010 |
Color Harmonies of #BE919A
Complementary color
Monochromatic Colors of #BE919A
Black with #BE919A
Text Example
Text Example
White with #BE919A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE919A; }
p { color: rgb(190,145,154); }
H1.HeaderClassName
{
color: #BE919A;
}
.AnyTagClassName
{
color: #BE919A;
}
</style>
background-color css
<style>
a { background-color: #BE919A; }
a { background-color: rgb(190,145,154); }
div.DivClassName
{
background-color: #BE919A;
}
.BgClassName
{
background-color: #BE919A;
}
</style>
border-color css
<style>
span { border-color: #BE919A; }
span { border-color: rgb(190,145,154); }
td.TdClassName
{
border-color: #BE919A;
}
.TagClassName
{
border-color: #BE919A;
}
</style>