Shades of Viola #BE8A92
Tints of Viola #BE8A92
RGB
CMYK
RGB Variations
Color information
#BE8A92 (or 0xBE8A92) is known color: Viola. HEX triplet: BE, 8A and 92. RGB value is (190,138,146). Sum of RGB (Red+Green+Blue) = 190+138+146=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 138 (54.30% from 255 or 29.11% from 474); Blue value is 146 (57.42% from 255 or 30.80% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8A92 is #41756D. Grayscale: #9A9A9A. Windows color (decimal): -4289902 or 9603774. OLE color: 9603774.
HSL color Cylindrical-coordinate representation of color #BE8A92: hue angle of 350.77º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BE8A92 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 138 | 146 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.25 |
| HSL | 350.77º | 0.29% | 0.64% | - |
| HSV(B) | 350.77º | 0.27% | 0.75% | - |
| XYZ | 35.51 | 31.2 | 31.34 | - |
| YUV | 154.46 | 123.23 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 138 | 146 | 0 | 0.27 | 0.23 | 0.25 | 350.77 | 0.29 | 0.64 |
| Hex | BE | 8A | 92 | 0 | 1B | 17 | 19 | 15F | 1D | 40 |
| Octal | 276 | 212 | 222 | 0 | 33 | 27 | 31 | 537 | 35 | 100 |
| Binary | 10111110 | 10001010 | 10010010 | 0 | 11011 | 10111 | 11001 | 101011111 | 11101 | 1000000 |
Color Harmonies of #BE8A92
Complementary color
Monochromatic Colors of #BE8A92
Black with #BE8A92
Text Example
Text Example
White with #BE8A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8A92; }
p { color: rgb(190,138,146); }
H1.HeaderClassName
{
color: #BE8A92;
}
.AnyTagClassName
{
color: #BE8A92;
}
</style>
background-color css
<style>
a { background-color: #BE8A92; }
a { background-color: rgb(190,138,146); }
div.DivClassName
{
background-color: #BE8A92;
}
.BgClassName
{
background-color: #BE8A92;
}
</style>
border-color css
<style>
span { border-color: #BE8A92; }
span { border-color: rgb(190,138,146); }
td.TdClassName
{
border-color: #BE8A92;
}
.TagClassName
{
border-color: #BE8A92;
}
</style>