Shades of Wisteria #BE8DD6
Tints of Wisteria #BE8DD6
RGB
CMYK
RGB Variations
Color information
#BE8DD6 (or 0xBE8DD6) is known color: Wisteria. HEX triplet: BE, 8D and D6. RGB value is (190,141,214). Sum of RGB (Red+Green+Blue) = 190+141+214=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 141 (55.47% from 255 or 25.87% from 545); Blue value is 214 (83.98% from 255 or 39.27% from 545); Max value from RGB is 214 - color contains mainly: blue. Hex color #BE8DD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8DD6 is #417229. Grayscale: #A3A3A3. Windows color (decimal): -4289066 or 14060990. OLE color: 14060990.
HSL color Cylindrical-coordinate representation of color #BE8DD6: hue angle of 280.27º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE8DD6 is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 141 | 214 | - |
| CMYK | 0.11 | 0.34 | 0 | 0.16 |
| HSL | 280.27º | 0.47% | 0.7% | - |
| HSV(B) | 280.27º | 0.34% | 0.84% | - |
| XYZ | 42.9 | 34.85 | 68.08 | - |
| YUV | 163.97 | 156.23 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 141 | 214 | 0.11 | 0.34 | 0 | 0.16 | 280.27 | 0.47 | 0.7 |
| Hex | BE | 8D | D6 | B | 22 | 0 | 10 | 118 | 2F | 46 |
| Octal | 276 | 215 | 326 | 13 | 42 | 0 | 20 | 430 | 57 | 106 |
| Binary | 10111110 | 10001101 | 11010110 | 1011 | 100010 | 0 | 10000 | 100011000 | 101111 | 1000110 |
Color Harmonies of #BE8DD6
Complementary color
Monochromatic Colors of #BE8DD6
Black with #BE8DD6
Text Example
Text Example
White with #BE8DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8DD6; }
p { color: rgb(190,141,214); }
H1.HeaderClassName
{
color: #BE8DD6;
}
.AnyTagClassName
{
color: #BE8DD6;
}
</style>
background-color css
<style>
a { background-color: #BE8DD6; }
a { background-color: rgb(190,141,214); }
div.DivClassName
{
background-color: #BE8DD6;
}
.BgClassName
{
background-color: #BE8DD6;
}
</style>
border-color css
<style>
span { border-color: #BE8DD6; }
span { border-color: rgb(190,141,214); }
td.TdClassName
{
border-color: #BE8DD6;
}
.TagClassName
{
border-color: #BE8DD6;
}
</style>