Shades of Viola #BE829A
Tints of Viola #BE829A
RGB
CMYK
RGB Variations
Color information
#BE829A (or 0xBE829A) is known color: Viola. HEX triplet: BE, 82 and 9A. RGB value is (190,130,154). Sum of RGB (Red+Green+Blue) = 190+130+154=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 154 (60.55% from 255 or 32.49% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BE829A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE829A is #417D65. Grayscale: #969696. Windows color (decimal): -4291942 or 10126014. OLE color: 10126014.
HSL color Cylindrical-coordinate representation of color #BE829A: hue angle of 336º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BE829A is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 130 | 154 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.25 |
| HSL | 336º | 0.32% | 0.63% | - |
| HSV(B) | 336º | 0.32% | 0.75% | - |
| XYZ | 35.05 | 29.25 | 34.37 | - |
| YUV | 150.68 | 129.88 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 130 | 154 | 0 | 0.32 | 0.19 | 0.25 | 336 | 0.32 | 0.63 |
| Hex | BE | 82 | 9A | 0 | 20 | 13 | 19 | 150 | 20 | 3F |
| Octal | 276 | 202 | 232 | 0 | 40 | 23 | 31 | 520 | 40 | 77 |
| Binary | 10111110 | 10000010 | 10011010 | 0 | 100000 | 10011 | 11001 | 101010000 | 100000 | 111111 |
Color Harmonies of #BE829A
Complementary color
Monochromatic Colors of #BE829A
Black with #BE829A
Text Example
Text Example
White with #BE829A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE829A; }
p { color: rgb(190,130,154); }
H1.HeaderClassName
{
color: #BE829A;
}
.AnyTagClassName
{
color: #BE829A;
}
</style>
background-color css
<style>
a { background-color: #BE829A; }
a { background-color: rgb(190,130,154); }
div.DivClassName
{
background-color: #BE829A;
}
.BgClassName
{
background-color: #BE829A;
}
</style>
border-color css
<style>
span { border-color: #BE829A; }
span { border-color: rgb(190,130,154); }
td.TdClassName
{
border-color: #BE829A;
}
.TagClassName
{
border-color: #BE829A;
}
</style>