Shades of Wisteria #BE87E5
Tints of Wisteria #BE87E5
RGB
CMYK
RGB Variations
Color information
#BE87E5 (or 0xBE87E5) is known color: Wisteria. HEX triplet: BE, 87 and E5. RGB value is (190,135,229). Sum of RGB (Red+Green+Blue) = 190+135+229=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 135 (53.12% from 255 or 24.37% from 554); Blue value is 229 (89.84% from 255 or 41.34% from 554); Max value from RGB is 229 - color contains mainly: blue. Hex color #BE87E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE87E5 is #41781A. Grayscale: #A1A1A1. Windows color (decimal): -4290587 or 15042494. OLE color: 15042494.
HSL color Cylindrical-coordinate representation of color #BE87E5: hue angle of 275.11º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE87E5 is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 135 | 229 | - |
| CMYK | 0.17 | 0.41 | 0 | 0.10 |
| HSL | 275.11º | 0.64% | 0.71% | - |
| HSV(B) | 275.11º | 0.41% | 0.9% | - |
| XYZ | 44.04 | 33.93 | 78.36 | - |
| YUV | 162.16 | 165.72 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 135 | 229 | 0.17 | 0.41 | 0 | 0.10 | 275.11 | 0.64 | 0.71 |
| Hex | BE | 87 | E5 | 11 | 29 | 0 | A | 113 | 40 | 47 |
| Octal | 276 | 207 | 345 | 21 | 51 | 0 | 12 | 423 | 100 | 107 |
| Binary | 10111110 | 10000111 | 11100101 | 10001 | 101001 | 0 | 1010 | 100010011 | 1000000 | 1000111 |
Color Harmonies of #BE87E5
Complementary color
Monochromatic Colors of #BE87E5
Black with #BE87E5
Text Example
Text Example
White with #BE87E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE87E5; }
p { color: rgb(190,135,229); }
H1.HeaderClassName
{
color: #BE87E5;
}
.AnyTagClassName
{
color: #BE87E5;
}
</style>
background-color css
<style>
a { background-color: #BE87E5; }
a { background-color: rgb(190,135,229); }
div.DivClassName
{
background-color: #BE87E5;
}
.BgClassName
{
background-color: #BE87E5;
}
</style>
border-color css
<style>
span { border-color: #BE87E5; }
span { border-color: rgb(190,135,229); }
td.TdClassName
{
border-color: #BE87E5;
}
.TagClassName
{
border-color: #BE87E5;
}
</style>