Shades of Viola #BE8A9A
Tints of Viola #BE8A9A
RGB
CMYK
RGB Variations
Color information
#BE8A9A (or 0xBE8A9A) is known color: Viola. HEX triplet: BE, 8A and 9A. RGB value is (190,138,154). Sum of RGB (Red+Green+Blue) = 190+138+154=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8A9A is #417565. Grayscale: #9B9B9B. Windows color (decimal): -4289894 or 10128062. OLE color: 10128062.
HSL color Cylindrical-coordinate representation of color #BE8A9A: hue angle of 341.54º 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 #BE8A9A is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 138 | 154 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.25 |
| HSL | 341.54º | 0.29% | 0.64% | - |
| HSV(B) | 341.54º | 0.27% | 0.75% | - |
| XYZ | 36.16 | 31.46 | 34.74 | - |
| YUV | 155.37 | 127.23 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 138 | 154 | 0 | 0.27 | 0.19 | 0.25 | 341.54 | 0.29 | 0.64 |
| Hex | BE | 8A | 9A | 0 | 1B | 13 | 19 | 156 | 1D | 40 |
| Octal | 276 | 212 | 232 | 0 | 33 | 23 | 31 | 526 | 35 | 100 |
| Binary | 10111110 | 10001010 | 10011010 | 0 | 11011 | 10011 | 11001 | 101010110 | 11101 | 1000000 |
Color Harmonies of #BE8A9A
Complementary color
Monochromatic Colors of #BE8A9A
Black with #BE8A9A
Text Example
Text Example
White with #BE8A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8A9A; }
p { color: rgb(190,138,154); }
H1.HeaderClassName
{
color: #BE8A9A;
}
.AnyTagClassName
{
color: #BE8A9A;
}
</style>
background-color css
<style>
a { background-color: #BE8A9A; }
a { background-color: rgb(190,138,154); }
div.DivClassName
{
background-color: #BE8A9A;
}
.BgClassName
{
background-color: #BE8A9A;
}
</style>
border-color css
<style>
span { border-color: #BE8A9A; }
span { border-color: rgb(190,138,154); }
td.TdClassName
{
border-color: #BE8A9A;
}
.TagClassName
{
border-color: #BE8A9A;
}
</style>