Shades of Wisteria #BE8DE1
Tints of Wisteria #BE8DE1
RGB
CMYK
RGB Variations
Color information
#BE8DE1 (or 0xBE8DE1) is known color: Wisteria. HEX triplet: BE, 8D and E1. RGB value is (190,141,225). Sum of RGB (Red+Green+Blue) = 190+141+225=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 141 (55.47% from 255 or 25.36% from 556); Blue value is 225 (88.28% from 255 or 40.47% from 556); Max value from RGB is 225 - color contains mainly: blue. Hex color #BE8DE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8DE1 is #41721E. Grayscale: #A4A4A4. Windows color (decimal): -4289055 or 14781886. OLE color: 14781886.
HSL color Cylindrical-coordinate representation of color #BE8DE1: hue angle of 275º degrees, saturation: 0.58, 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 #BE8DE1 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 141 | 225 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.12 |
| HSL | 275º | 0.58% | 0.72% | - |
| HSV(B) | 275º | 0.37% | 0.88% | - |
| XYZ | 44.35 | 35.43 | 75.74 | - |
| YUV | 165.23 | 161.73 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 141 | 225 | 0.16 | 0.37 | 0 | 0.12 | 275 | 0.58 | 0.72 |
| Hex | BE | 8D | E1 | 10 | 25 | 0 | C | 113 | 3A | 48 |
| Octal | 276 | 215 | 341 | 20 | 45 | 0 | 14 | 423 | 72 | 110 |
| Binary | 10111110 | 10001101 | 11100001 | 10000 | 100101 | 0 | 1100 | 100010011 | 111010 | 1001000 |
Color Harmonies of #BE8DE1
Complementary color
Monochromatic Colors of #BE8DE1
Black with #BE8DE1
Text Example
Text Example
White with #BE8DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8DE1; }
p { color: rgb(190,141,225); }
H1.HeaderClassName
{
color: #BE8DE1;
}
.AnyTagClassName
{
color: #BE8DE1;
}
</style>
background-color css
<style>
a { background-color: #BE8DE1; }
a { background-color: rgb(190,141,225); }
div.DivClassName
{
background-color: #BE8DE1;
}
.BgClassName
{
background-color: #BE8DE1;
}
</style>
border-color css
<style>
span { border-color: #BE8DE1; }
span { border-color: rgb(190,141,225); }
td.TdClassName
{
border-color: #BE8DE1;
}
.TagClassName
{
border-color: #BE8DE1;
}
</style>