Shades of Viola #BE91A0
Tints of Viola #BE91A0
RGB
CMYK
RGB Variations
Color information
#BE91A0 (or 0xBE91A0) is known color: Viola. HEX triplet: BE, 91 and A0. RGB value is (190,145,160). Sum of RGB (Red+Green+Blue) = 190+145+160=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 145 (57.03% from 255 or 29.29% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 190 - color contains mainly: red. Hex color #BE91A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE91A0 is #416E5F. Grayscale: #A0A0A0. Windows color (decimal): -4288096 or 10523070. OLE color: 10523070.
HSL color Cylindrical-coordinate representation of color #BE91A0: hue angle of 340º 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 #BE91A0 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 145 | 160 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.25 |
| HSL | 340º | 0.26% | 0.66% | - |
| HSV(B) | 340º | 0.24% | 0.75% | - |
| XYZ | 37.71 | 33.74 | 37.78 | - |
| YUV | 160.17 | 127.91 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 145 | 160 | 0 | 0.24 | 0.16 | 0.25 | 340 | 0.26 | 0.66 |
| Hex | BE | 91 | A0 | 0 | 18 | 10 | 19 | 154 | 1A | 42 |
| Octal | 276 | 221 | 240 | 0 | 30 | 20 | 31 | 524 | 32 | 102 |
| Binary | 10111110 | 10010001 | 10100000 | 0 | 11000 | 10000 | 11001 | 101010100 | 11010 | 1000010 |
Color Harmonies of #BE91A0
Complementary color
Monochromatic Colors of #BE91A0
Black with #BE91A0
Text Example
Text Example
White with #BE91A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE91A0; }
p { color: rgb(190,145,160); }
H1.HeaderClassName
{
color: #BE91A0;
}
.AnyTagClassName
{
color: #BE91A0;
}
</style>
background-color css
<style>
a { background-color: #BE91A0; }
a { background-color: rgb(190,145,160); }
div.DivClassName
{
background-color: #BE91A0;
}
.BgClassName
{
background-color: #BE91A0;
}
</style>
border-color css
<style>
span { border-color: #BE91A0; }
span { border-color: rgb(190,145,160); }
td.TdClassName
{
border-color: #BE91A0;
}
.TagClassName
{
border-color: #BE91A0;
}
</style>