Shades of Viola #BE849B
Tints of Viola #BE849B
RGB
CMYK
RGB Variations
Color information
#BE849B (or 0xBE849B) is known color: Viola. HEX triplet: BE, 84 and 9B. RGB value is (190,132,155). Sum of RGB (Red+Green+Blue) = 190+132+155=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 155 (60.94% from 255 or 32.49% from 477); Max value from RGB is 190 - color contains mainly: red. Hex color #BE849B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE849B is #417B64. Grayscale: #979797. Windows color (decimal): -4291429 or 10192062. OLE color: 10192062.
HSL color Cylindrical-coordinate representation of color #BE849B: hue angle of 336.21º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BE849B is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 132 | 155 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.25 |
| HSL | 336.21º | 0.31% | 0.63% | - |
| HSV(B) | 336.21º | 0.31% | 0.75% | - |
| XYZ | 35.4 | 29.82 | 34.9 | - |
| YUV | 151.96 | 129.72 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 132 | 155 | 0 | 0.31 | 0.18 | 0.25 | 336.21 | 0.31 | 0.63 |
| Hex | BE | 84 | 9B | 0 | 1F | 12 | 19 | 150 | 1F | 3F |
| Octal | 276 | 204 | 233 | 0 | 37 | 22 | 31 | 520 | 37 | 77 |
| Binary | 10111110 | 10000100 | 10011011 | 0 | 11111 | 10010 | 11001 | 101010000 | 11111 | 111111 |
Color Harmonies of #BE849B
Complementary color
Monochromatic Colors of #BE849B
Black with #BE849B
Text Example
Text Example
White with #BE849B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE849B; }
p { color: rgb(190,132,155); }
H1.HeaderClassName
{
color: #BE849B;
}
.AnyTagClassName
{
color: #BE849B;
}
</style>
background-color css
<style>
a { background-color: #BE849B; }
a { background-color: rgb(190,132,155); }
div.DivClassName
{
background-color: #BE849B;
}
.BgClassName
{
background-color: #BE849B;
}
</style>
border-color css
<style>
span { border-color: #BE849B; }
span { border-color: rgb(190,132,155); }
td.TdClassName
{
border-color: #BE849B;
}
.TagClassName
{
border-color: #BE849B;
}
</style>