Shades of Viola #BE8B93
Tints of Viola #BE8B93
RGB
CMYK
RGB Variations
Color information
#BE8B93 (or 0xBE8B93) is known color: Viola. HEX triplet: BE, 8B and 93. RGB value is (190,139,147). Sum of RGB (Red+Green+Blue) = 190+139+147=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 139 (54.69% from 255 or 29.20% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8B93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8B93 is #41746C. Grayscale: #9B9B9B. Windows color (decimal): -4289645 or 9669566. OLE color: 9669566.
HSL color Cylindrical-coordinate representation of color #BE8B93: hue angle of 350.59º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BE8B93 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 139 | 147 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.25 |
| HSL | 350.59º | 0.28% | 0.65% | - |
| HSV(B) | 350.59º | 0.27% | 0.75% | - |
| XYZ | 35.73 | 31.52 | 31.8 | - |
| YUV | 155.16 | 123.4 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 139 | 147 | 0 | 0.27 | 0.23 | 0.25 | 350.59 | 0.28 | 0.65 |
| Hex | BE | 8B | 93 | 0 | 1B | 17 | 19 | 15F | 1C | 41 |
| Octal | 276 | 213 | 223 | 0 | 33 | 27 | 31 | 537 | 34 | 101 |
| Binary | 10111110 | 10001011 | 10010011 | 0 | 11011 | 10111 | 11001 | 101011111 | 11100 | 1000001 |
Color Harmonies of #BE8B93
Complementary color
Monochromatic Colors of #BE8B93
Black with #BE8B93
Text Example
Text Example
White with #BE8B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8B93; }
p { color: rgb(190,139,147); }
H1.HeaderClassName
{
color: #BE8B93;
}
.AnyTagClassName
{
color: #BE8B93;
}
</style>
background-color css
<style>
a { background-color: #BE8B93; }
a { background-color: rgb(190,139,147); }
div.DivClassName
{
background-color: #BE8B93;
}
.BgClassName
{
background-color: #BE8B93;
}
</style>
border-color css
<style>
span { border-color: #BE8B93; }
span { border-color: rgb(190,139,147); }
td.TdClassName
{
border-color: #BE8B93;
}
.TagClassName
{
border-color: #BE8B93;
}
</style>