Shades of Wisteria #BE91E5
Tints of Wisteria #BE91E5
RGB
CMYK
RGB Variations
Color information
#BE91E5 (or 0xBE91E5) is known color: Wisteria. HEX triplet: BE, 91 and E5. RGB value is (190,145,229). Sum of RGB (Red+Green+Blue) = 190+145+229=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 145 (57.03% from 255 or 25.71% from 564); Blue value is 229 (89.84% from 255 or 40.60% from 564); Max value from RGB is 229 - color contains mainly: blue. Hex color #BE91E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE91E5 is #416E1A. Grayscale: #A7A7A7. Windows color (decimal): -4288027 or 15045054. OLE color: 15045054.
HSL color Cylindrical-coordinate representation of color #BE91E5: hue angle of 272.14º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BE91E5 is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 145 | 229 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.10 |
| HSL | 272.14º | 0.62% | 0.73% | - |
| HSV(B) | 272.14º | 0.37% | 0.9% | - |
| XYZ | 45.5 | 36.86 | 78.84 | - |
| YUV | 168.03 | 162.41 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 145 | 229 | 0.17 | 0.37 | 0 | 0.10 | 272.14 | 0.62 | 0.73 |
| Hex | BE | 91 | E5 | 11 | 25 | 0 | A | 110 | 3E | 49 |
| Octal | 276 | 221 | 345 | 21 | 45 | 0 | 12 | 420 | 76 | 111 |
| Binary | 10111110 | 10010001 | 11100101 | 10001 | 100101 | 0 | 1010 | 100010000 | 111110 | 1001001 |
Color Harmonies of #BE91E5
Complementary color
Monochromatic Colors of #BE91E5
Black with #BE91E5
Text Example
Text Example
White with #BE91E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE91E5; }
p { color: rgb(190,145,229); }
H1.HeaderClassName
{
color: #BE91E5;
}
.AnyTagClassName
{
color: #BE91E5;
}
</style>
background-color css
<style>
a { background-color: #BE91E5; }
a { background-color: rgb(190,145,229); }
div.DivClassName
{
background-color: #BE91E5;
}
.BgClassName
{
background-color: #BE91E5;
}
</style>
border-color css
<style>
span { border-color: #BE91E5; }
span { border-color: rgb(190,145,229); }
td.TdClassName
{
border-color: #BE91E5;
}
.TagClassName
{
border-color: #BE91E5;
}
</style>