Shades of Wisteria #BE91E1
Tints of Wisteria #BE91E1
RGB
CMYK
RGB Variations
Color information
#BE91E1 (or 0xBE91E1) is known color: Wisteria. HEX triplet: BE, 91 and E1. RGB value is (190,145,225). Sum of RGB (Red+Green+Blue) = 190+145+225=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 145 (57.03% from 255 or 25.89% from 560); Blue value is 225 (88.28% from 255 or 40.18% from 560); Max value from RGB is 225 - color contains mainly: blue. Hex color #BE91E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE91E1 is #416E1E. Grayscale: #A7A7A7. Windows color (decimal): -4288031 or 14782910. OLE color: 14782910.
HSL color Cylindrical-coordinate representation of color #BE91E1: hue angle of 273.75º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BE91E1 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 145 | 225 | - |
| CMYK | 0.16 | 0.36 | 0 | 0.12 |
| HSL | 273.75º | 0.57% | 0.73% | - |
| HSV(B) | 273.75º | 0.36% | 0.88% | - |
| XYZ | 44.95 | 36.63 | 75.94 | - |
| YUV | 167.58 | 160.41 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 145 | 225 | 0.16 | 0.36 | 0 | 0.12 | 273.75 | 0.57 | 0.73 |
| Hex | BE | 91 | E1 | 10 | 24 | 0 | C | 112 | 39 | 49 |
| Octal | 276 | 221 | 341 | 20 | 44 | 0 | 14 | 422 | 71 | 111 |
| Binary | 10111110 | 10010001 | 11100001 | 10000 | 100100 | 0 | 1100 | 100010010 | 111001 | 1001001 |
Color Harmonies of #BE91E1
Complementary color
Monochromatic Colors of #BE91E1
Black with #BE91E1
Text Example
Text Example
White with #BE91E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE91E1; }
p { color: rgb(190,145,225); }
H1.HeaderClassName
{
color: #BE91E1;
}
.AnyTagClassName
{
color: #BE91E1;
}
</style>
background-color css
<style>
a { background-color: #BE91E1; }
a { background-color: rgb(190,145,225); }
div.DivClassName
{
background-color: #BE91E1;
}
.BgClassName
{
background-color: #BE91E1;
}
</style>
border-color css
<style>
span { border-color: #BE91E1; }
span { border-color: rgb(190,145,225); }
td.TdClassName
{
border-color: #BE91E1;
}
.TagClassName
{
border-color: #BE91E1;
}
</style>