Shades of Viola #BE8A8F
Tints of Viola #BE8A8F
RGB
CMYK
RGB Variations
Color information
#BE8A8F (or 0xBE8A8F) is known color: Viola. HEX triplet: BE, 8A and 8F. RGB value is (190,138,143). Sum of RGB (Red+Green+Blue) = 190+138+143=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 138 (54.30% from 255 or 29.30% from 471); Blue value is 143 (56.25% from 255 or 30.36% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8A8F is #417570. Grayscale: #9A9A9A. Windows color (decimal): -4289905 or 9407166. OLE color: 9407166.
HSL color Cylindrical-coordinate representation of color #BE8A8F: hue angle of 354.23º 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 #BE8A8F is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 138 | 143 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.25 |
| HSL | 354.23º | 0.29% | 0.64% | - |
| HSV(B) | 354.23º | 0.27% | 0.75% | - |
| XYZ | 35.28 | 31.11 | 30.13 | - |
| YUV | 154.12 | 121.73 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 138 | 143 | 0 | 0.27 | 0.25 | 0.25 | 354.23 | 0.29 | 0.64 |
| Hex | BE | 8A | 8F | 0 | 1B | 19 | 19 | 162 | 1D | 40 |
| Octal | 276 | 212 | 217 | 0 | 33 | 31 | 31 | 542 | 35 | 100 |
| Binary | 10111110 | 10001010 | 10001111 | 0 | 11011 | 11001 | 11001 | 101100010 | 11101 | 1000000 |
Color Harmonies of #BE8A8F
Complementary color
Monochromatic Colors of #BE8A8F
Black with #BE8A8F
Text Example
Text Example
White with #BE8A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8A8F; }
p { color: rgb(190,138,143); }
H1.HeaderClassName
{
color: #BE8A8F;
}
.AnyTagClassName
{
color: #BE8A8F;
}
</style>
background-color css
<style>
a { background-color: #BE8A8F; }
a { background-color: rgb(190,138,143); }
div.DivClassName
{
background-color: #BE8A8F;
}
.BgClassName
{
background-color: #BE8A8F;
}
</style>
border-color css
<style>
span { border-color: #BE8A8F; }
span { border-color: rgb(190,138,143); }
td.TdClassName
{
border-color: #BE8A8F;
}
.TagClassName
{
border-color: #BE8A8F;
}
</style>