Shades of Wisteria #BD87DB
Tints of Wisteria #BD87DB
RGB
CMYK
RGB Variations
Color information
#BD87DB (or 0xBD87DB) is known color: Wisteria. HEX triplet: BD, 87 and DB. RGB value is (189,135,219). Sum of RGB (Red+Green+Blue) = 189+135+219=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 135 (53.12% from 255 or 24.86% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD87DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD87DB is #427824. Grayscale: #A0A0A0. Windows color (decimal): -4356133 or 14387133. OLE color: 14387133.
HSL color Cylindrical-coordinate representation of color #BD87DB: hue angle of 278.57º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD87DB is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 135 | 219 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.14 |
| HSL | 278.57º | 0.54% | 0.69% | - |
| HSV(B) | 278.57º | 0.38% | 0.86% | - |
| XYZ | 42.44 | 33.26 | 71.2 | - |
| YUV | 160.72 | 160.89 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 135 | 219 | 0.14 | 0.38 | 0 | 0.14 | 278.57 | 0.54 | 0.69 |
| Hex | BD | 87 | DB | E | 26 | 0 | E | 117 | 36 | 45 |
| Octal | 275 | 207 | 333 | 16 | 46 | 0 | 16 | 427 | 66 | 105 |
| Binary | 10111101 | 10000111 | 11011011 | 1110 | 100110 | 0 | 1110 | 100010111 | 110110 | 1000101 |
Color Harmonies of #BD87DB
Complementary color
Monochromatic Colors of #BD87DB
Black with #BD87DB
Text Example
Text Example
White with #BD87DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD87DB; }
p { color: rgb(189,135,219); }
H1.HeaderClassName
{
color: #BD87DB;
}
.AnyTagClassName
{
color: #BD87DB;
}
</style>
background-color css
<style>
a { background-color: #BD87DB; }
a { background-color: rgb(189,135,219); }
div.DivClassName
{
background-color: #BD87DB;
}
.BgClassName
{
background-color: #BD87DB;
}
</style>
border-color css
<style>
span { border-color: #BD87DB; }
span { border-color: rgb(189,135,219); }
td.TdClassName
{
border-color: #BD87DB;
}
.TagClassName
{
border-color: #BD87DB;
}
</style>