Shades of Viola #BE859B
Tints of Viola #BE859B
RGB
CMYK
RGB Variations
Color information
#BE859B (or 0xBE859B) is known color: Viola. HEX triplet: BE, 85 and 9B. RGB value is (190,133,155). Sum of RGB (Red+Green+Blue) = 190+133+155=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 155 (60.94% from 255 or 32.43% from 478); Max value from RGB is 190 - color contains mainly: red. Hex color #BE859B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE859B is #417A64. Grayscale: #989898. Windows color (decimal): -4291173 or 10192318. OLE color: 10192318.
HSL color Cylindrical-coordinate representation of color #BE859B: hue angle of 336.84º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BE859B is Cyan = 0, Magento = 0.3, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 133 | 155 | - |
| CMYK | 0 | 0.3 | 0.18 | 0.25 |
| HSL | 336.84º | 0.3% | 0.63% | - |
| HSV(B) | 336.84º | 0.3% | 0.75% | - |
| XYZ | 35.54 | 30.09 | 34.94 | - |
| YUV | 152.55 | 129.38 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 133 | 155 | 0 | 0.3 | 0.18 | 0.25 | 336.84 | 0.3 | 0.63 |
| Hex | BE | 85 | 9B | 0 | 1E | 12 | 19 | 151 | 1E | 3F |
| Octal | 276 | 205 | 233 | 0 | 36 | 22 | 31 | 521 | 36 | 77 |
| Binary | 10111110 | 10000101 | 10011011 | 0 | 11110 | 10010 | 11001 | 101010001 | 11110 | 111111 |
Color Harmonies of #BE859B
Complementary color
Monochromatic Colors of #BE859B
Black with #BE859B
Text Example
Text Example
White with #BE859B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE859B; }
p { color: rgb(190,133,155); }
H1.HeaderClassName
{
color: #BE859B;
}
.AnyTagClassName
{
color: #BE859B;
}
</style>
background-color css
<style>
a { background-color: #BE859B; }
a { background-color: rgb(190,133,155); }
div.DivClassName
{
background-color: #BE859B;
}
.BgClassName
{
background-color: #BE859B;
}
</style>
border-color css
<style>
span { border-color: #BE859B; }
span { border-color: rgb(190,133,155); }
td.TdClassName
{
border-color: #BE859B;
}
.TagClassName
{
border-color: #BE859B;
}
</style>