Shades of Wisteria #BE90DC
Tints of Wisteria #BE90DC
RGB
CMYK
RGB Variations
Color information
#BE90DC (or 0xBE90DC) is known color: Wisteria. HEX triplet: BE, 90 and DC. RGB value is (190,144,220). Sum of RGB (Red+Green+Blue) = 190+144+220=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 144 (56.64% from 255 or 25.99% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE90DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE90DC is #416F23. Grayscale: #A6A6A6. Windows color (decimal): -4288292 or 14454974. OLE color: 14454974.
HSL color Cylindrical-coordinate representation of color #BE90DC: hue angle of 276.32º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE90DC is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 144 | 220 | - |
| CMYK | 0.14 | 0.35 | 0 | 0.14 |
| HSL | 276.32º | 0.52% | 0.71% | - |
| HSV(B) | 276.32º | 0.35% | 0.86% | - |
| XYZ | 44.13 | 36.06 | 72.34 | - |
| YUV | 166.42 | 158.24 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 144 | 220 | 0.14 | 0.35 | 0 | 0.14 | 276.32 | 0.52 | 0.71 |
| Hex | BE | 90 | DC | E | 23 | 0 | E | 114 | 34 | 47 |
| Octal | 276 | 220 | 334 | 16 | 43 | 0 | 16 | 424 | 64 | 107 |
| Binary | 10111110 | 10010000 | 11011100 | 1110 | 100011 | 0 | 1110 | 100010100 | 110100 | 1000111 |
Color Harmonies of #BE90DC
Complementary color
Monochromatic Colors of #BE90DC
Black with #BE90DC
Text Example
Text Example
White with #BE90DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE90DC; }
p { color: rgb(190,144,220); }
H1.HeaderClassName
{
color: #BE90DC;
}
.AnyTagClassName
{
color: #BE90DC;
}
</style>
background-color css
<style>
a { background-color: #BE90DC; }
a { background-color: rgb(190,144,220); }
div.DivClassName
{
background-color: #BE90DC;
}
.BgClassName
{
background-color: #BE90DC;
}
</style>
border-color css
<style>
span { border-color: #BE90DC; }
span { border-color: rgb(190,144,220); }
td.TdClassName
{
border-color: #BE90DC;
}
.TagClassName
{
border-color: #BE90DC;
}
</style>