Shades of Wisteria #BE91E0
Tints of Wisteria #BE91E0
RGB
CMYK
RGB Variations
Color information
#BE91E0 (or 0xBE91E0) is known color: Wisteria. HEX triplet: BE, 91 and E0. RGB value is (190,145,224). Sum of RGB (Red+Green+Blue) = 190+145+224=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 145 (57.03% from 255 or 25.94% from 559); Blue value is 224 (87.89% from 255 or 40.07% from 559); Max value from RGB is 224 - color contains mainly: blue. Hex color #BE91E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE91E0 is #416E1F. Grayscale: #A7A7A7. Windows color (decimal): -4288032 or 14717374. OLE color: 14717374.
HSL color Cylindrical-coordinate representation of color #BE91E0: hue angle of 274.18º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE91E0 is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 145 | 224 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.12 |
| HSL | 274.18º | 0.56% | 0.72% | - |
| HSV(B) | 274.18º | 0.35% | 0.88% | - |
| XYZ | 44.82 | 36.58 | 75.22 | - |
| YUV | 167.46 | 159.91 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 145 | 224 | 0.15 | 0.35 | 0 | 0.12 | 274.18 | 0.56 | 0.72 |
| Hex | BE | 91 | E0 | F | 23 | 0 | C | 112 | 38 | 48 |
| Octal | 276 | 221 | 340 | 17 | 43 | 0 | 14 | 422 | 70 | 110 |
| Binary | 10111110 | 10010001 | 11100000 | 1111 | 100011 | 0 | 1100 | 100010010 | 111000 | 1001000 |
Color Harmonies of #BE91E0
Complementary color
Monochromatic Colors of #BE91E0
Black with #BE91E0
Text Example
Text Example
White with #BE91E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE91E0; }
p { color: rgb(190,145,224); }
H1.HeaderClassName
{
color: #BE91E0;
}
.AnyTagClassName
{
color: #BE91E0;
}
</style>
background-color css
<style>
a { background-color: #BE91E0; }
a { background-color: rgb(190,145,224); }
div.DivClassName
{
background-color: #BE91E0;
}
.BgClassName
{
background-color: #BE91E0;
}
</style>
border-color css
<style>
span { border-color: #BE91E0; }
span { border-color: rgb(190,145,224); }
td.TdClassName
{
border-color: #BE91E0;
}
.TagClassName
{
border-color: #BE91E0;
}
</style>