Shades of Wisteria #BE8ADD
Tints of Wisteria #BE8ADD
RGB
CMYK
RGB Variations
Color information
#BE8ADD (or 0xBE8ADD) is known color: Wisteria. HEX triplet: BE, 8A and DD. RGB value is (190,138,221). Sum of RGB (Red+Green+Blue) = 190+138+221=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 138 (54.30% from 255 or 25.14% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE8ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8ADD is #417522. Grayscale: #A2A2A2. Windows color (decimal): -4289827 or 14518974. OLE color: 14518974.
HSL color Cylindrical-coordinate representation of color #BE8ADD: hue angle of 277.59º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE8ADD is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 138 | 221 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.13 |
| HSL | 277.59º | 0.55% | 0.7% | - |
| HSV(B) | 277.59º | 0.38% | 0.87% | - |
| XYZ | 43.37 | 34.34 | 72.75 | - |
| YUV | 163.01 | 160.73 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 138 | 221 | 0.14 | 0.38 | 0 | 0.13 | 277.59 | 0.55 | 0.7 |
| Hex | BE | 8A | DD | E | 26 | 0 | D | 116 | 37 | 46 |
| Octal | 276 | 212 | 335 | 16 | 46 | 0 | 15 | 426 | 67 | 106 |
| Binary | 10111110 | 10001010 | 11011101 | 1110 | 100110 | 0 | 1101 | 100010110 | 110111 | 1000110 |
Color Harmonies of #BE8ADD
Complementary color
Monochromatic Colors of #BE8ADD
Black with #BE8ADD
Text Example
Text Example
White with #BE8ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8ADD; }
p { color: rgb(190,138,221); }
H1.HeaderClassName
{
color: #BE8ADD;
}
.AnyTagClassName
{
color: #BE8ADD;
}
</style>
background-color css
<style>
a { background-color: #BE8ADD; }
a { background-color: rgb(190,138,221); }
div.DivClassName
{
background-color: #BE8ADD;
}
.BgClassName
{
background-color: #BE8ADD;
}
</style>
border-color css
<style>
span { border-color: #BE8ADD; }
span { border-color: rgb(190,138,221); }
td.TdClassName
{
border-color: #BE8ADD;
}
.TagClassName
{
border-color: #BE8ADD;
}
</style>