Shades of Wisteria #BD89DB
Tints of Wisteria #BD89DB
RGB
CMYK
RGB Variations
Color information
#BD89DB (or 0xBD89DB) is known color: Wisteria. HEX triplet: BD, 89 and DB. RGB value is (189,137,219). Sum of RGB (Red+Green+Blue) = 189+137+219=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 137 (53.91% from 255 or 25.14% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD89DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD89DB is #427624. Grayscale: #A1A1A1. Windows color (decimal): -4355621 or 14387645. OLE color: 14387645.
HSL color Cylindrical-coordinate representation of color #BD89DB: hue angle of 278.05º 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 #BD89DB is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 137 | 219 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.14 |
| HSL | 278.05º | 0.53% | 0.7% | - |
| HSV(B) | 278.05º | 0.37% | 0.86% | - |
| XYZ | 42.72 | 33.82 | 71.3 | - |
| YUV | 161.9 | 160.23 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 137 | 219 | 0.14 | 0.37 | 0 | 0.14 | 278.05 | 0.53 | 0.7 |
| Hex | BD | 89 | DB | E | 25 | 0 | E | 116 | 35 | 46 |
| Octal | 275 | 211 | 333 | 16 | 45 | 0 | 16 | 426 | 65 | 106 |
| Binary | 10111101 | 10001001 | 11011011 | 1110 | 100101 | 0 | 1110 | 100010110 | 110101 | 1000110 |
Color Harmonies of #BD89DB
Complementary color
Monochromatic Colors of #BD89DB
Black with #BD89DB
Text Example
Text Example
White with #BD89DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD89DB; }
p { color: rgb(189,137,219); }
H1.HeaderClassName
{
color: #BD89DB;
}
.AnyTagClassName
{
color: #BD89DB;
}
</style>
background-color css
<style>
a { background-color: #BD89DB; }
a { background-color: rgb(189,137,219); }
div.DivClassName
{
background-color: #BD89DB;
}
.BgClassName
{
background-color: #BD89DB;
}
</style>
border-color css
<style>
span { border-color: #BD89DB; }
span { border-color: rgb(189,137,219); }
td.TdClassName
{
border-color: #BD89DB;
}
.TagClassName
{
border-color: #BD89DB;
}
</style>