Shades of Wisteria #BE8ADB
Tints of Wisteria #BE8ADB
RGB
CMYK
RGB Variations
Color information
#BE8ADB (or 0xBE8ADB) is known color: Wisteria. HEX triplet: BE, 8A and DB. RGB value is (190,138,219). Sum of RGB (Red+Green+Blue) = 190+138+219=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 138 (54.30% from 255 or 25.23% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE8ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8ADB is #417524. Grayscale: #A2A2A2. Windows color (decimal): -4289829 or 14387902. OLE color: 14387902.
HSL color Cylindrical-coordinate representation of color #BE8ADB: hue angle of 278.52º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BE8ADB is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 138 | 219 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.14 |
| HSL | 278.52º | 0.53% | 0.7% | - |
| HSV(B) | 278.52º | 0.37% | 0.86% | - |
| XYZ | 43.11 | 34.24 | 71.35 | - |
| YUV | 162.78 | 159.73 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 138 | 219 | 0.13 | 0.37 | 0 | 0.14 | 278.52 | 0.53 | 0.7 |
| Hex | BE | 8A | DB | D | 25 | 0 | E | 117 | 35 | 46 |
| Octal | 276 | 212 | 333 | 15 | 45 | 0 | 16 | 427 | 65 | 106 |
| Binary | 10111110 | 10001010 | 11011011 | 1101 | 100101 | 0 | 1110 | 100010111 | 110101 | 1000110 |
Color Harmonies of #BE8ADB
Complementary color
Monochromatic Colors of #BE8ADB
Black with #BE8ADB
Text Example
Text Example
White with #BE8ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8ADB; }
p { color: rgb(190,138,219); }
H1.HeaderClassName
{
color: #BE8ADB;
}
.AnyTagClassName
{
color: #BE8ADB;
}
</style>
background-color css
<style>
a { background-color: #BE8ADB; }
a { background-color: rgb(190,138,219); }
div.DivClassName
{
background-color: #BE8ADB;
}
.BgClassName
{
background-color: #BE8ADB;
}
</style>
border-color css
<style>
span { border-color: #BE8ADB; }
span { border-color: rgb(190,138,219); }
td.TdClassName
{
border-color: #BE8ADB;
}
.TagClassName
{
border-color: #BE8ADB;
}
</style>