Shades of Viola #BE869A
Tints of Viola #BE869A
RGB
CMYK
RGB Variations
Color information
#BE869A (or 0xBE869A) is known color: Viola. HEX triplet: BE, 86 and 9A. RGB value is (190,134,154). Sum of RGB (Red+Green+Blue) = 190+134+154=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 134 (52.73% from 255 or 28.03% from 478); Blue value is 154 (60.55% from 255 or 32.22% from 478); Max value from RGB is 190 - color contains mainly: red. Hex color #BE869A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE869A is #417965. Grayscale: #999999. Windows color (decimal): -4290918 or 10127038. OLE color: 10127038.
HSL color Cylindrical-coordinate representation of color #BE869A: hue angle of 338.57º 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 #BE869A is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 134 | 154 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.25 |
| HSL | 338.57º | 0.3% | 0.64% | - |
| HSV(B) | 338.57º | 0.29% | 0.75% | - |
| XYZ | 35.59 | 30.33 | 34.55 | - |
| YUV | 153.02 | 128.55 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 134 | 154 | 0 | 0.29 | 0.19 | 0.25 | 338.57 | 0.3 | 0.64 |
| Hex | BE | 86 | 9A | 0 | 1D | 13 | 19 | 153 | 1E | 40 |
| Octal | 276 | 206 | 232 | 0 | 35 | 23 | 31 | 523 | 36 | 100 |
| Binary | 10111110 | 10000110 | 10011010 | 0 | 11101 | 10011 | 11001 | 101010011 | 11110 | 1000000 |
Color Harmonies of #BE869A
Complementary color
Monochromatic Colors of #BE869A
Black with #BE869A
Text Example
Text Example
White with #BE869A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE869A; }
p { color: rgb(190,134,154); }
H1.HeaderClassName
{
color: #BE869A;
}
.AnyTagClassName
{
color: #BE869A;
}
</style>
background-color css
<style>
a { background-color: #BE869A; }
a { background-color: rgb(190,134,154); }
div.DivClassName
{
background-color: #BE869A;
}
.BgClassName
{
background-color: #BE869A;
}
</style>
border-color css
<style>
span { border-color: #BE869A; }
span { border-color: rgb(190,134,154); }
td.TdClassName
{
border-color: #BE869A;
}
.TagClassName
{
border-color: #BE869A;
}
</style>