Shades of Wisteria #BE8EE0
Tints of Wisteria #BE8EE0
RGB
CMYK
RGB Variations
Color information
#BE8EE0 (or 0xBE8EE0) is known color: Wisteria. HEX triplet: BE, 8E and E0. RGB value is (190,142,224). Sum of RGB (Red+Green+Blue) = 190+142+224=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 142 (55.86% from 255 or 25.54% from 556); Blue value is 224 (87.89% from 255 or 40.29% from 556); Max value from RGB is 224 - color contains mainly: blue. Hex color #BE8EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8EE0 is #41711F. Grayscale: #A5A5A5. Windows color (decimal): -4288800 or 14716606. OLE color: 14716606.
HSL color Cylindrical-coordinate representation of color #BE8EE0: hue angle of 275.12º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BE8EE0 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 142 | 224 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.12 |
| HSL | 275.12º | 0.57% | 0.72% | - |
| HSV(B) | 275.12º | 0.37% | 0.88% | - |
| XYZ | 44.36 | 35.67 | 75.07 | - |
| YUV | 165.7 | 160.9 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 142 | 224 | 0.15 | 0.37 | 0 | 0.12 | 275.12 | 0.57 | 0.72 |
| Hex | BE | 8E | E0 | F | 25 | 0 | C | 113 | 39 | 48 |
| Octal | 276 | 216 | 340 | 17 | 45 | 0 | 14 | 423 | 71 | 110 |
| Binary | 10111110 | 10001110 | 11100000 | 1111 | 100101 | 0 | 1100 | 100010011 | 111001 | 1001000 |
Color Harmonies of #BE8EE0
Complementary color
Monochromatic Colors of #BE8EE0
Black with #BE8EE0
Text Example
Text Example
White with #BE8EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8EE0; }
p { color: rgb(190,142,224); }
H1.HeaderClassName
{
color: #BE8EE0;
}
.AnyTagClassName
{
color: #BE8EE0;
}
</style>
background-color css
<style>
a { background-color: #BE8EE0; }
a { background-color: rgb(190,142,224); }
div.DivClassName
{
background-color: #BE8EE0;
}
.BgClassName
{
background-color: #BE8EE0;
}
</style>
border-color css
<style>
span { border-color: #BE8EE0; }
span { border-color: rgb(190,142,224); }
td.TdClassName
{
border-color: #BE8EE0;
}
.TagClassName
{
border-color: #BE8EE0;
}
</style>