Shades of Wisteria #BE8ED0
Tints of Wisteria #BE8ED0
RGB
CMYK
RGB Variations
Color information
#BE8ED0 (or 0xBE8ED0) is known color: Wisteria. HEX triplet: BE, 8E and D0. RGB value is (190,142,208). Sum of RGB (Red+Green+Blue) = 190+142+208=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 142 (55.86% from 255 or 26.30% from 540); Blue value is 208 (81.64% from 255 or 38.52% from 540); Max value from RGB is 208 - color contains mainly: blue. Hex color #BE8ED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8ED0 is #41712F. Grayscale: #A3A3A3. Windows color (decimal): -4288816 or 13668030. OLE color: 13668030.
HSL color Cylindrical-coordinate representation of color #BE8ED0: hue angle of 283.64º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BE8ED0 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 142 | 208 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.18 |
| HSL | 283.64º | 0.41% | 0.69% | - |
| HSV(B) | 283.64º | 0.32% | 0.82% | - |
| XYZ | 42.29 | 34.85 | 64.17 | - |
| YUV | 163.88 | 152.9 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 142 | 208 | 0.09 | 0.32 | 0 | 0.18 | 283.64 | 0.41 | 0.69 |
| Hex | BE | 8E | D0 | 9 | 20 | 0 | 12 | 11C | 29 | 45 |
| Octal | 276 | 216 | 320 | 11 | 40 | 0 | 22 | 434 | 51 | 105 |
| Binary | 10111110 | 10001110 | 11010000 | 1001 | 100000 | 0 | 10010 | 100011100 | 101001 | 1000101 |
Color Harmonies of #BE8ED0
Complementary color
Monochromatic Colors of #BE8ED0
Black with #BE8ED0
Text Example
Text Example
White with #BE8ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8ED0; }
p { color: rgb(190,142,208); }
H1.HeaderClassName
{
color: #BE8ED0;
}
.AnyTagClassName
{
color: #BE8ED0;
}
</style>
background-color css
<style>
a { background-color: #BE8ED0; }
a { background-color: rgb(190,142,208); }
div.DivClassName
{
background-color: #BE8ED0;
}
.BgClassName
{
background-color: #BE8ED0;
}
</style>
border-color css
<style>
span { border-color: #BE8ED0; }
span { border-color: rgb(190,142,208); }
td.TdClassName
{
border-color: #BE8ED0;
}
.TagClassName
{
border-color: #BE8ED0;
}
</style>