Shades of Wisteria #BE90EC
Tints of Wisteria #BE90EC
RGB
CMYK
RGB Variations
Color information
#BE90EC (or 0xBE90EC) is known color: Wisteria. HEX triplet: BE, 90 and EC. RGB value is (190,144,236). Sum of RGB (Red+Green+Blue) = 190+144+236=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 144 (56.64% from 255 or 25.26% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE90EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE90EC is #416F13. Grayscale: #A7A7A7. Windows color (decimal): -4288276 or 15503550. OLE color: 15503550.
HSL color Cylindrical-coordinate representation of color #BE90EC: hue angle of 270º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE90EC is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 144 | 236 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.07 |
| HSL | 270º | 0.71% | 0.75% | - |
| HSV(B) | 270º | 0.39% | 0.93% | - |
| XYZ | 46.35 | 36.95 | 84.05 | - |
| YUV | 168.24 | 166.24 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 144 | 236 | 0.19 | 0.39 | 0 | 0.07 | 270 | 0.71 | 0.75 |
| Hex | BE | 90 | EC | 13 | 27 | 0 | 7 | 10E | 47 | 4B |
| Octal | 276 | 220 | 354 | 23 | 47 | 0 | 7 | 416 | 107 | 113 |
| Binary | 10111110 | 10010000 | 11101100 | 10011 | 100111 | 0 | 111 | 100001110 | 1000111 | 1001011 |
Color Harmonies of #BE90EC
Complementary color
Monochromatic Colors of #BE90EC
Black with #BE90EC
Text Example
Text Example
White with #BE90EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE90EC; }
p { color: rgb(190,144,236); }
H1.HeaderClassName
{
color: #BE90EC;
}
.AnyTagClassName
{
color: #BE90EC;
}
</style>
background-color css
<style>
a { background-color: #BE90EC; }
a { background-color: rgb(190,144,236); }
div.DivClassName
{
background-color: #BE90EC;
}
.BgClassName
{
background-color: #BE90EC;
}
</style>
border-color css
<style>
span { border-color: #BE90EC; }
span { border-color: rgb(190,144,236); }
td.TdClassName
{
border-color: #BE90EC;
}
.TagClassName
{
border-color: #BE90EC;
}
</style>