Shades of Wisteria #BE90E1
Tints of Wisteria #BE90E1
RGB
CMYK
RGB Variations
Color information
#BE90E1 (or 0xBE90E1) is known color: Wisteria. HEX triplet: BE, 90 and E1. RGB value is (190,144,225). Sum of RGB (Red+Green+Blue) = 190+144+225=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 144 (56.64% from 255 or 25.76% from 559); Blue value is 225 (88.28% from 255 or 40.25% from 559); Max value from RGB is 225 - color contains mainly: blue. Hex color #BE90E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE90E1 is #416F1E. Grayscale: #A6A6A6. Windows color (decimal): -4288287 or 14782654. OLE color: 14782654.
HSL color Cylindrical-coordinate representation of color #BE90E1: hue angle of 274.07º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BE90E1 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 144 | 225 | - |
| CMYK | 0.16 | 0.36 | 0 | 0.12 |
| HSL | 274.07º | 0.57% | 0.72% | - |
| HSV(B) | 274.07º | 0.36% | 0.88% | - |
| XYZ | 44.8 | 36.33 | 75.89 | - |
| YUV | 166.99 | 160.74 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 144 | 225 | 0.16 | 0.36 | 0 | 0.12 | 274.07 | 0.57 | 0.72 |
| Hex | BE | 90 | E1 | 10 | 24 | 0 | C | 112 | 39 | 48 |
| Octal | 276 | 220 | 341 | 20 | 44 | 0 | 14 | 422 | 71 | 110 |
| Binary | 10111110 | 10010000 | 11100001 | 10000 | 100100 | 0 | 1100 | 100010010 | 111001 | 1001000 |
Color Harmonies of #BE90E1
Complementary color
Monochromatic Colors of #BE90E1
Black with #BE90E1
Text Example
Text Example
White with #BE90E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE90E1; }
p { color: rgb(190,144,225); }
H1.HeaderClassName
{
color: #BE90E1;
}
.AnyTagClassName
{
color: #BE90E1;
}
</style>
background-color css
<style>
a { background-color: #BE90E1; }
a { background-color: rgb(190,144,225); }
div.DivClassName
{
background-color: #BE90E1;
}
.BgClassName
{
background-color: #BE90E1;
}
</style>
border-color css
<style>
span { border-color: #BE90E1; }
span { border-color: rgb(190,144,225); }
td.TdClassName
{
border-color: #BE90E1;
}
.TagClassName
{
border-color: #BE90E1;
}
</style>