Shades of Wisteria #BE90DB
Tints of Wisteria #BE90DB
RGB
CMYK
RGB Variations
Color information
#BE90DB (or 0xBE90DB) is known color: Wisteria. HEX triplet: BE, 90 and DB. RGB value is (190,144,219). Sum of RGB (Red+Green+Blue) = 190+144+219=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 144 (56.64% from 255 or 26.04% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE90DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE90DB is #416F24. Grayscale: #A6A6A6. Windows color (decimal): -4288293 or 14389438. OLE color: 14389438.
HSL color Cylindrical-coordinate representation of color #BE90DB: hue angle of 276.8º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE90DB is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 144 | 219 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.14 |
| HSL | 276.8º | 0.51% | 0.71% | - |
| HSV(B) | 276.8º | 0.34% | 0.86% | - |
| XYZ | 43.99 | 36.01 | 71.65 | - |
| YUV | 166.3 | 157.74 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 144 | 219 | 0.13 | 0.34 | 0 | 0.14 | 276.8 | 0.51 | 0.71 |
| Hex | BE | 90 | DB | D | 22 | 0 | E | 115 | 33 | 47 |
| Octal | 276 | 220 | 333 | 15 | 42 | 0 | 16 | 425 | 63 | 107 |
| Binary | 10111110 | 10010000 | 11011011 | 1101 | 100010 | 0 | 1110 | 100010101 | 110011 | 1000111 |
Color Harmonies of #BE90DB
Complementary color
Monochromatic Colors of #BE90DB
Black with #BE90DB
Text Example
Text Example
White with #BE90DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE90DB; }
p { color: rgb(190,144,219); }
H1.HeaderClassName
{
color: #BE90DB;
}
.AnyTagClassName
{
color: #BE90DB;
}
</style>
background-color css
<style>
a { background-color: #BE90DB; }
a { background-color: rgb(190,144,219); }
div.DivClassName
{
background-color: #BE90DB;
}
.BgClassName
{
background-color: #BE90DB;
}
</style>
border-color css
<style>
span { border-color: #BE90DB; }
span { border-color: rgb(190,144,219); }
td.TdClassName
{
border-color: #BE90DB;
}
.TagClassName
{
border-color: #BE90DB;
}
</style>