Shades of Wisteria #BE90ED
Tints of Wisteria #BE90ED
RGB
CMYK
RGB Variations
Color information
#BE90ED (or 0xBE90ED) is known color: Wisteria. HEX triplet: BE, 90 and ED. RGB value is (190,144,237). Sum of RGB (Red+Green+Blue) = 190+144+237=571 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.27% from 571); Green value is 144 (56.64% from 255 or 25.22% from 571); Blue value is 237 (92.97% from 255 or 41.51% from 571); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE90ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE90ED is #416F12. Grayscale: #A8A8A8. Windows color (decimal): -4288275 or 15569086. OLE color: 15569086.
HSL color Cylindrical-coordinate representation of color #BE90ED: hue angle of 269.68º degrees, saturation: 0.72, 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 #BE90ED is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 144 | 237 | - |
| CMYK | 0.20 | 0.39 | 0 | 0.07 |
| HSL | 269.68º | 0.72% | 0.75% | - |
| HSV(B) | 269.68º | 0.39% | 0.93% | - |
| XYZ | 46.49 | 37.01 | 84.81 | - |
| YUV | 168.36 | 166.74 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 144 | 237 | 0.20 | 0.39 | 0 | 0.07 | 269.68 | 0.72 | 0.75 |
| Hex | BE | 90 | ED | 14 | 27 | 0 | 7 | 10E | 48 | 4B |
| Octal | 276 | 220 | 355 | 24 | 47 | 0 | 7 | 416 | 110 | 113 |
| Binary | 10111110 | 10010000 | 11101101 | 10100 | 100111 | 0 | 111 | 100001110 | 1001000 | 1001011 |
Color Harmonies of #BE90ED
Complementary color
Monochromatic Colors of #BE90ED
Black with #BE90ED
Text Example
Text Example
White with #BE90ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE90ED; }
p { color: rgb(190,144,237); }
H1.HeaderClassName
{
color: #BE90ED;
}
.AnyTagClassName
{
color: #BE90ED;
}
</style>
background-color css
<style>
a { background-color: #BE90ED; }
a { background-color: rgb(190,144,237); }
div.DivClassName
{
background-color: #BE90ED;
}
.BgClassName
{
background-color: #BE90ED;
}
</style>
border-color css
<style>
span { border-color: #BE90ED; }
span { border-color: rgb(190,144,237); }
td.TdClassName
{
border-color: #BE90ED;
}
.TagClassName
{
border-color: #BE90ED;
}
</style>