Shades of Wisteria #BD8DDB
Tints of Wisteria #BD8DDB
RGB
CMYK
RGB Variations
Color information
#BD8DDB (or 0xBD8DDB) is known color: Wisteria. HEX triplet: BD, 8D and DB. RGB value is (189,141,219). Sum of RGB (Red+Green+Blue) = 189+141+219=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 141 (55.47% from 255 or 25.68% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD8DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8DDB is #427224. Grayscale: #A3A3A3. Windows color (decimal): -4354597 or 14388669. OLE color: 14388669.
HSL color Cylindrical-coordinate representation of color #BD8DDB: hue angle of 276.92º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BD8DDB is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 141 | 219 | - |
| CMYK | 0.14 | 0.36 | 0 | 0.14 |
| HSL | 276.92º | 0.52% | 0.71% | - |
| HSV(B) | 276.92º | 0.36% | 0.86% | - |
| XYZ | 43.3 | 34.98 | 71.49 | - |
| YUV | 164.24 | 158.9 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 141 | 219 | 0.14 | 0.36 | 0 | 0.14 | 276.92 | 0.52 | 0.71 |
| Hex | BD | 8D | DB | E | 24 | 0 | E | 115 | 34 | 47 |
| Octal | 275 | 215 | 333 | 16 | 44 | 0 | 16 | 425 | 64 | 107 |
| Binary | 10111101 | 10001101 | 11011011 | 1110 | 100100 | 0 | 1110 | 100010101 | 110100 | 1000111 |
Color Harmonies of #BD8DDB
Complementary color
Monochromatic Colors of #BD8DDB
Black with #BD8DDB
Text Example
Text Example
White with #BD8DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8DDB; }
p { color: rgb(189,141,219); }
H1.HeaderClassName
{
color: #BD8DDB;
}
.AnyTagClassName
{
color: #BD8DDB;
}
</style>
background-color css
<style>
a { background-color: #BD8DDB; }
a { background-color: rgb(189,141,219); }
div.DivClassName
{
background-color: #BD8DDB;
}
.BgClassName
{
background-color: #BD8DDB;
}
</style>
border-color css
<style>
span { border-color: #BD8DDB; }
span { border-color: rgb(189,141,219); }
td.TdClassName
{
border-color: #BD8DDB;
}
.TagClassName
{
border-color: #BD8DDB;
}
</style>