Shades of Wisteria #BE8DE0
Tints of Wisteria #BE8DE0
RGB
CMYK
RGB Variations
Color information
#BE8DE0 (or 0xBE8DE0) is known color: Wisteria. HEX triplet: BE, 8D and E0. RGB value is (190,141,224). Sum of RGB (Red+Green+Blue) = 190+141+224=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 141 (55.47% from 255 or 25.41% from 555); Blue value is 224 (87.89% from 255 or 40.36% from 555); Max value from RGB is 224 - color contains mainly: blue. Hex color #BE8DE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8DE0 is #41721F. Grayscale: #A4A4A4. Windows color (decimal): -4289056 or 14716350. OLE color: 14716350.
HSL color Cylindrical-coordinate representation of color #BE8DE0: hue angle of 275.42º 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 #BE8DE0 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 141 | 224 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.12 |
| HSL | 275.42º | 0.57% | 0.72% | - |
| HSV(B) | 275.42º | 0.37% | 0.88% | - |
| XYZ | 44.21 | 35.38 | 75.02 | - |
| YUV | 165.11 | 161.23 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 141 | 224 | 0.15 | 0.37 | 0 | 0.12 | 275.42 | 0.57 | 0.72 |
| Hex | BE | 8D | E0 | F | 25 | 0 | C | 113 | 39 | 48 |
| Octal | 276 | 215 | 340 | 17 | 45 | 0 | 14 | 423 | 71 | 110 |
| Binary | 10111110 | 10001101 | 11100000 | 1111 | 100101 | 0 | 1100 | 100010011 | 111001 | 1001000 |
Color Harmonies of #BE8DE0
Complementary color
Monochromatic Colors of #BE8DE0
Black with #BE8DE0
Text Example
Text Example
White with #BE8DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8DE0; }
p { color: rgb(190,141,224); }
H1.HeaderClassName
{
color: #BE8DE0;
}
.AnyTagClassName
{
color: #BE8DE0;
}
</style>
background-color css
<style>
a { background-color: #BE8DE0; }
a { background-color: rgb(190,141,224); }
div.DivClassName
{
background-color: #BE8DE0;
}
.BgClassName
{
background-color: #BE8DE0;
}
</style>
border-color css
<style>
span { border-color: #BE8DE0; }
span { border-color: rgb(190,141,224); }
td.TdClassName
{
border-color: #BE8DE0;
}
.TagClassName
{
border-color: #BE8DE0;
}
</style>