Shades of Wisteria #BE8EED
Tints of Wisteria #BE8EED
RGB
CMYK
RGB Variations
Color information
#BE8EED (or 0xBE8EED) is known color: Wisteria. HEX triplet: BE, 8E and ED. RGB value is (190,142,237). Sum of RGB (Red+Green+Blue) = 190+142+237=569 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.39% from 569); Green value is 142 (55.86% from 255 or 24.96% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE8EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8EED is #417112. Grayscale: #A6A6A6. Windows color (decimal): -4288787 or 15568574. OLE color: 15568574.
HSL color Cylindrical-coordinate representation of color #BE8EED: hue angle of 270.32º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE8EED is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 142 | 237 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.07 |
| HSL | 270.32º | 0.73% | 0.74% | - |
| HSV(B) | 270.32º | 0.4% | 0.93% | - |
| XYZ | 46.19 | 36.41 | 84.71 | - |
| YUV | 167.18 | 167.4 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 142 | 237 | 0.20 | 0.40 | 0 | 0.07 | 270.32 | 0.73 | 0.74 |
| Hex | BE | 8E | ED | 14 | 28 | 0 | 7 | 10E | 49 | 4A |
| Octal | 276 | 216 | 355 | 24 | 50 | 0 | 7 | 416 | 111 | 112 |
| Binary | 10111110 | 10001110 | 11101101 | 10100 | 101000 | 0 | 111 | 100001110 | 1001001 | 1001010 |
Color Harmonies of #BE8EED
Complementary color
Monochromatic Colors of #BE8EED
Black with #BE8EED
Text Example
Text Example
White with #BE8EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8EED; }
p { color: rgb(190,142,237); }
H1.HeaderClassName
{
color: #BE8EED;
}
.AnyTagClassName
{
color: #BE8EED;
}
</style>
background-color css
<style>
a { background-color: #BE8EED; }
a { background-color: rgb(190,142,237); }
div.DivClassName
{
background-color: #BE8EED;
}
.BgClassName
{
background-color: #BE8EED;
}
</style>
border-color css
<style>
span { border-color: #BE8EED; }
span { border-color: rgb(190,142,237); }
td.TdClassName
{
border-color: #BE8EED;
}
.TagClassName
{
border-color: #BE8EED;
}
</style>