Shades of Viola #BE9094
Tints of Viola #BE9094
RGB
CMYK
RGB Variations
Color information
#BE9094 (or 0xBE9094) is known color: Viola. HEX triplet: BE, 90 and 94. RGB value is (190,144,148). Sum of RGB (Red+Green+Blue) = 190+144+148=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 144 (56.64% from 255 or 29.88% from 482); Blue value is 148 (58.20% from 255 or 30.71% from 482); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE9094 is #416F6B. Grayscale: #9E9E9E. Windows color (decimal): -4288364 or 9736382. OLE color: 9736382.
HSL color Cylindrical-coordinate representation of color #BE9094: hue angle of 354.78º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BE9094 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 144 | 148 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.25 |
| HSL | 354.78º | 0.26% | 0.65% | - |
| HSV(B) | 354.78º | 0.24% | 0.75% | - |
| XYZ | 36.55 | 33.03 | 32.47 | - |
| YUV | 158.21 | 122.24 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 144 | 148 | 0 | 0.24 | 0.22 | 0.25 | 354.78 | 0.26 | 0.65 |
| Hex | BE | 90 | 94 | 0 | 18 | 16 | 19 | 163 | 1A | 41 |
| Octal | 276 | 220 | 224 | 0 | 30 | 26 | 31 | 543 | 32 | 101 |
| Binary | 10111110 | 10010000 | 10010100 | 0 | 11000 | 10110 | 11001 | 101100011 | 11010 | 1000001 |
Color Harmonies of #BE9094
Complementary color
Monochromatic Colors of #BE9094
Black with #BE9094
Text Example
Text Example
White with #BE9094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE9094; }
p { color: rgb(190,144,148); }
H1.HeaderClassName
{
color: #BE9094;
}
.AnyTagClassName
{
color: #BE9094;
}
</style>
background-color css
<style>
a { background-color: #BE9094; }
a { background-color: rgb(190,144,148); }
div.DivClassName
{
background-color: #BE9094;
}
.BgClassName
{
background-color: #BE9094;
}
</style>
border-color css
<style>
span { border-color: #BE9094; }
span { border-color: rgb(190,144,148); }
td.TdClassName
{
border-color: #BE9094;
}
.TagClassName
{
border-color: #BE9094;
}
</style>