Shades of Wisteria #BE90D5
Tints of Wisteria #BE90D5
RGB
CMYK
RGB Variations
Color information
#BE90D5 (or 0xBE90D5) is known color: Wisteria. HEX triplet: BE, 90 and D5. RGB value is (190,144,213). Sum of RGB (Red+Green+Blue) = 190+144+213=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 144 (56.64% from 255 or 26.33% from 547); Blue value is 213 (83.59% from 255 or 38.94% from 547); Max value from RGB is 213 - color contains mainly: blue. Hex color #BE90D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE90D5 is #416F2A. Grayscale: #A5A5A5. Windows color (decimal): -4288299 or 13996222. OLE color: 13996222.
HSL color Cylindrical-coordinate representation of color #BE90D5: hue angle of 280º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BE90D5 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 144 | 213 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.16 |
| HSL | 280º | 0.45% | 0.7% | - |
| HSV(B) | 280º | 0.32% | 0.84% | - |
| XYZ | 43.22 | 35.7 | 67.56 | - |
| YUV | 165.62 | 154.74 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 144 | 213 | 0.11 | 0.32 | 0 | 0.16 | 280 | 0.45 | 0.7 |
| Hex | BE | 90 | D5 | B | 20 | 0 | 10 | 118 | 2D | 46 |
| Octal | 276 | 220 | 325 | 13 | 40 | 0 | 20 | 430 | 55 | 106 |
| Binary | 10111110 | 10010000 | 11010101 | 1011 | 100000 | 0 | 10000 | 100011000 | 101101 | 1000110 |
Color Harmonies of #BE90D5
Complementary color
Monochromatic Colors of #BE90D5
Black with #BE90D5
Text Example
Text Example
White with #BE90D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE90D5; }
p { color: rgb(190,144,213); }
H1.HeaderClassName
{
color: #BE90D5;
}
.AnyTagClassName
{
color: #BE90D5;
}
</style>
background-color css
<style>
a { background-color: #BE90D5; }
a { background-color: rgb(190,144,213); }
div.DivClassName
{
background-color: #BE90D5;
}
.BgClassName
{
background-color: #BE90D5;
}
</style>
border-color css
<style>
span { border-color: #BE90D5; }
span { border-color: rgb(190,144,213); }
td.TdClassName
{
border-color: #BE90D5;
}
.TagClassName
{
border-color: #BE90D5;
}
</style>