Shades of Wisteria #BD88DB
Tints of Wisteria #BD88DB
RGB
CMYK
RGB Variations
Color information
#BD88DB (or 0xBD88DB) is known color: Wisteria. HEX triplet: BD, 88 and DB. RGB value is (189,136,219). Sum of RGB (Red+Green+Blue) = 189+136+219=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 136 (53.52% from 255 or 25% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD88DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD88DB is #427724. Grayscale: #A1A1A1. Windows color (decimal): -4355877 or 14387389. OLE color: 14387389.
HSL color Cylindrical-coordinate representation of color #BD88DB: hue angle of 278.31º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD88DB is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 136 | 219 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.14 |
| HSL | 278.31º | 0.54% | 0.7% | - |
| HSV(B) | 278.31º | 0.38% | 0.86% | - |
| XYZ | 42.58 | 33.54 | 71.25 | - |
| YUV | 161.31 | 160.56 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 136 | 219 | 0.14 | 0.38 | 0 | 0.14 | 278.31 | 0.54 | 0.7 |
| Hex | BD | 88 | DB | E | 26 | 0 | E | 116 | 36 | 46 |
| Octal | 275 | 210 | 333 | 16 | 46 | 0 | 16 | 426 | 66 | 106 |
| Binary | 10111101 | 10001000 | 11011011 | 1110 | 100110 | 0 | 1110 | 100010110 | 110110 | 1000110 |
Color Harmonies of #BD88DB
Complementary color
Monochromatic Colors of #BD88DB
Black with #BD88DB
Text Example
Text Example
White with #BD88DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD88DB; }
p { color: rgb(189,136,219); }
H1.HeaderClassName
{
color: #BD88DB;
}
.AnyTagClassName
{
color: #BD88DB;
}
</style>
background-color css
<style>
a { background-color: #BD88DB; }
a { background-color: rgb(189,136,219); }
div.DivClassName
{
background-color: #BD88DB;
}
.BgClassName
{
background-color: #BD88DB;
}
</style>
border-color css
<style>
span { border-color: #BD88DB; }
span { border-color: rgb(189,136,219); }
td.TdClassName
{
border-color: #BD88DB;
}
.TagClassName
{
border-color: #BD88DB;
}
</style>