Shades of Wisteria #BE88E1
Tints of Wisteria #BE88E1
RGB
CMYK
RGB Variations
Color information
#BE88E1 (or 0xBE88E1) is known color: Wisteria. HEX triplet: BE, 88 and E1. RGB value is (190,136,225). Sum of RGB (Red+Green+Blue) = 190+136+225=551 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.48% from 551); Green value is 136 (53.52% from 255 or 24.68% from 551); Blue value is 225 (88.28% from 255 or 40.83% from 551); Max value from RGB is 225 - color contains mainly: blue. Hex color #BE88E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE88E1 is #41771E. Grayscale: #A1A1A1. Windows color (decimal): -4290335 or 14780606. OLE color: 14780606.
HSL color Cylindrical-coordinate representation of color #BE88E1: hue angle of 276.4º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE88E1 is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 136 | 225 | - |
| CMYK | 0.16 | 0.40 | 0 | 0.12 |
| HSL | 276.4º | 0.6% | 0.71% | - |
| HSV(B) | 276.4º | 0.4% | 0.88% | - |
| XYZ | 43.63 | 33.99 | 75.5 | - |
| YUV | 162.29 | 163.39 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 136 | 225 | 0.16 | 0.40 | 0 | 0.12 | 276.4 | 0.6 | 0.71 |
| Hex | BE | 88 | E1 | 10 | 28 | 0 | C | 114 | 3C | 47 |
| Octal | 276 | 210 | 341 | 20 | 50 | 0 | 14 | 424 | 74 | 107 |
| Binary | 10111110 | 10001000 | 11100001 | 10000 | 101000 | 0 | 1100 | 100010100 | 111100 | 1000111 |
Color Harmonies of #BE88E1
Complementary color
Monochromatic Colors of #BE88E1
Black with #BE88E1
Text Example
Text Example
White with #BE88E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE88E1; }
p { color: rgb(190,136,225); }
H1.HeaderClassName
{
color: #BE88E1;
}
.AnyTagClassName
{
color: #BE88E1;
}
</style>
background-color css
<style>
a { background-color: #BE88E1; }
a { background-color: rgb(190,136,225); }
div.DivClassName
{
background-color: #BE88E1;
}
.BgClassName
{
background-color: #BE88E1;
}
</style>
border-color css
<style>
span { border-color: #BE88E1; }
span { border-color: rgb(190,136,225); }
td.TdClassName
{
border-color: #BE88E1;
}
.TagClassName
{
border-color: #BE88E1;
}
</style>