Shades of Viola #BE91A6
Tints of Viola #BE91A6
RGB
CMYK
RGB Variations
Color information
#BE91A6 (or 0xBE91A6) is known color: Viola. HEX triplet: BE, 91 and A6. RGB value is (190,145,166). Sum of RGB (Red+Green+Blue) = 190+145+166=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 145 (57.03% from 255 or 28.94% from 501); Blue value is 166 (65.23% from 255 or 33.13% from 501); Max value from RGB is 190 - color contains mainly: red. Hex color #BE91A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE91A6 is #416E59. Grayscale: #A0A0A0. Windows color (decimal): -4288090 or 10916286. OLE color: 10916286.
HSL color Cylindrical-coordinate representation of color #BE91A6: hue angle of 332º 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 #BE91A6 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 145 | 166 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.25 |
| HSL | 332º | 0.26% | 0.66% | - |
| HSV(B) | 332º | 0.24% | 0.75% | - |
| XYZ | 38.24 | 33.95 | 40.61 | - |
| YUV | 160.85 | 130.91 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 145 | 166 | 0 | 0.24 | 0.13 | 0.25 | 332 | 0.26 | 0.66 |
| Hex | BE | 91 | A6 | 0 | 18 | D | 19 | 14C | 1A | 42 |
| Octal | 276 | 221 | 246 | 0 | 30 | 15 | 31 | 514 | 32 | 102 |
| Binary | 10111110 | 10010001 | 10100110 | 0 | 11000 | 1101 | 11001 | 101001100 | 11010 | 1000010 |
Color Harmonies of #BE91A6
Complementary color
Monochromatic Colors of #BE91A6
Black with #BE91A6
Text Example
Text Example
White with #BE91A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE91A6; }
p { color: rgb(190,145,166); }
H1.HeaderClassName
{
color: #BE91A6;
}
.AnyTagClassName
{
color: #BE91A6;
}
</style>
background-color css
<style>
a { background-color: #BE91A6; }
a { background-color: rgb(190,145,166); }
div.DivClassName
{
background-color: #BE91A6;
}
.BgClassName
{
background-color: #BE91A6;
}
</style>
border-color css
<style>
span { border-color: #BE91A6; }
span { border-color: rgb(190,145,166); }
td.TdClassName
{
border-color: #BE91A6;
}
.TagClassName
{
border-color: #BE91A6;
}
</style>