Shades of Viola #BE869D
Tints of Viola #BE869D
RGB
CMYK
RGB Variations
Color information
#BE869D (or 0xBE869D) is known color: Viola. HEX triplet: BE, 86 and 9D. RGB value is (190,134,157). Sum of RGB (Red+Green+Blue) = 190+134+157=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 134 (52.73% from 255 or 27.86% from 481); Blue value is 157 (61.72% from 255 or 32.64% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BE869D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE869D is #417962. Grayscale: #999999. Windows color (decimal): -4290915 or 10323646. OLE color: 10323646.
HSL color Cylindrical-coordinate representation of color #BE869D: hue angle of 335.36º 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 #BE869D is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 134 | 157 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.25 |
| HSL | 335.36º | 0.3% | 0.64% | - |
| HSV(B) | 335.36º | 0.29% | 0.75% | - |
| XYZ | 35.85 | 30.43 | 35.88 | - |
| YUV | 153.37 | 130.05 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 134 | 157 | 0 | 0.29 | 0.17 | 0.25 | 335.36 | 0.3 | 0.64 |
| Hex | BE | 86 | 9D | 0 | 1D | 11 | 19 | 14F | 1E | 40 |
| Octal | 276 | 206 | 235 | 0 | 35 | 21 | 31 | 517 | 36 | 100 |
| Binary | 10111110 | 10000110 | 10011101 | 0 | 11101 | 10001 | 11001 | 101001111 | 11110 | 1000000 |
Color Harmonies of #BE869D
Complementary color
Monochromatic Colors of #BE869D
Black with #BE869D
Text Example
Text Example
White with #BE869D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE869D; }
p { color: rgb(190,134,157); }
H1.HeaderClassName
{
color: #BE869D;
}
.AnyTagClassName
{
color: #BE869D;
}
</style>
background-color css
<style>
a { background-color: #BE869D; }
a { background-color: rgb(190,134,157); }
div.DivClassName
{
background-color: #BE869D;
}
.BgClassName
{
background-color: #BE869D;
}
</style>
border-color css
<style>
span { border-color: #BE869D; }
span { border-color: rgb(190,134,157); }
td.TdClassName
{
border-color: #BE869D;
}
.TagClassName
{
border-color: #BE869D;
}
</style>