Shades of Viola #BE8694
Tints of Viola #BE8694
RGB
CMYK
RGB Variations
Color information
#BE8694 (or 0xBE8694) is known color: Viola. HEX triplet: BE, 86 and 94. RGB value is (190,134,148). Sum of RGB (Red+Green+Blue) = 190+134+148=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 148 (58.20% from 255 or 31.36% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE8694 is #41796B. Grayscale: #989898. Windows color (decimal): -4290924 or 9733822. OLE color: 9733822.
HSL color Cylindrical-coordinate representation of color #BE8694: hue angle of 345º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BE8694 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 134 | 148 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.25 |
| HSL | 345º | 0.3% | 0.64% | - |
| HSV(B) | 345º | 0.29% | 0.75% | - |
| XYZ | 35.11 | 30.14 | 31.98 | - |
| YUV | 152.34 | 125.55 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 134 | 148 | 0 | 0.29 | 0.22 | 0.25 | 345 | 0.3 | 0.64 |
| Hex | BE | 86 | 94 | 0 | 1D | 16 | 19 | 159 | 1E | 40 |
| Octal | 276 | 206 | 224 | 0 | 35 | 26 | 31 | 531 | 36 | 100 |
| Binary | 10111110 | 10000110 | 10010100 | 0 | 11101 | 10110 | 11001 | 101011001 | 11110 | 1000000 |
Color Harmonies of #BE8694
Complementary color
Monochromatic Colors of #BE8694
Black with #BE8694
Text Example
Text Example
White with #BE8694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8694; }
p { color: rgb(190,134,148); }
H1.HeaderClassName
{
color: #BE8694;
}
.AnyTagClassName
{
color: #BE8694;
}
</style>
background-color css
<style>
a { background-color: #BE8694; }
a { background-color: rgb(190,134,148); }
div.DivClassName
{
background-color: #BE8694;
}
.BgClassName
{
background-color: #BE8694;
}
</style>
border-color css
<style>
span { border-color: #BE8694; }
span { border-color: rgb(190,134,148); }
td.TdClassName
{
border-color: #BE8694;
}
.TagClassName
{
border-color: #BE8694;
}
</style>