Shades of Viola #BE96A0
Tints of Viola #BE96A0
RGB
CMYK
RGB Variations
Color information
#BE96A0 (or 0xBE96A0) is known color: Viola. HEX triplet: BE, 96 and A0. RGB value is (190,150,160). Sum of RGB (Red+Green+Blue) = 190+150+160=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 190 - color contains mainly: red. Hex color #BE96A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE96A0 is #41695F. Grayscale: #A3A3A3. Windows color (decimal): -4286816 or 10524350. OLE color: 10524350.
HSL color Cylindrical-coordinate representation of color #BE96A0: hue angle of 345º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BE96A0 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 150 | 160 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.25 |
| HSL | 345º | 0.24% | 0.67% | - |
| HSV(B) | 345º | 0.21% | 0.75% | - |
| XYZ | 38.49 | 35.3 | 38.04 | - |
| YUV | 163.1 | 126.25 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 150 | 160 | 0 | 0.21 | 0.16 | 0.25 | 345 | 0.24 | 0.67 |
| Hex | BE | 96 | A0 | 0 | 15 | 10 | 19 | 159 | 18 | 43 |
| Octal | 276 | 226 | 240 | 0 | 25 | 20 | 31 | 531 | 30 | 103 |
| Binary | 10111110 | 10010110 | 10100000 | 0 | 10101 | 10000 | 11001 | 101011001 | 11000 | 1000011 |
Color Harmonies of #BE96A0
Complementary color
Monochromatic Colors of #BE96A0
Black with #BE96A0
Text Example
Text Example
White with #BE96A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE96A0; }
p { color: rgb(190,150,160); }
H1.HeaderClassName
{
color: #BE96A0;
}
.AnyTagClassName
{
color: #BE96A0;
}
</style>
background-color css
<style>
a { background-color: #BE96A0; }
a { background-color: rgb(190,150,160); }
div.DivClassName
{
background-color: #BE96A0;
}
.BgClassName
{
background-color: #BE96A0;
}
</style>
border-color css
<style>
span { border-color: #BE96A0; }
span { border-color: rgb(190,150,160); }
td.TdClassName
{
border-color: #BE96A0;
}
.TagClassName
{
border-color: #BE96A0;
}
</style>