Shades of Wisteria #BD86DC
Tints of Wisteria #BD86DC
RGB
CMYK
RGB Variations
Color information
#BD86DC (or 0xBD86DC) is known color: Wisteria. HEX triplet: BD, 86 and DC. RGB value is (189,134,220). Sum of RGB (Red+Green+Blue) = 189+134+220=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 134 (52.73% from 255 or 24.68% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD86DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD86DC is #427923. Grayscale: #9F9F9F. Windows color (decimal): -4356388 or 14452413. OLE color: 14452413.
HSL color Cylindrical-coordinate representation of color #BD86DC: hue angle of 278.37º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD86DC is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 134 | 220 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.14 |
| HSL | 278.37º | 0.55% | 0.69% | - |
| HSV(B) | 278.37º | 0.39% | 0.86% | - |
| XYZ | 42.43 | 33.04 | 71.85 | - |
| YUV | 160.25 | 161.72 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 134 | 220 | 0.14 | 0.39 | 0 | 0.14 | 278.37 | 0.55 | 0.69 |
| Hex | BD | 86 | DC | E | 27 | 0 | E | 116 | 37 | 45 |
| Octal | 275 | 206 | 334 | 16 | 47 | 0 | 16 | 426 | 67 | 105 |
| Binary | 10111101 | 10000110 | 11011100 | 1110 | 100111 | 0 | 1110 | 100010110 | 110111 | 1000101 |
Color Harmonies of #BD86DC
Complementary color
Monochromatic Colors of #BD86DC
Black with #BD86DC
Text Example
Text Example
White with #BD86DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD86DC; }
p { color: rgb(189,134,220); }
H1.HeaderClassName
{
color: #BD86DC;
}
.AnyTagClassName
{
color: #BD86DC;
}
</style>
background-color css
<style>
a { background-color: #BD86DC; }
a { background-color: rgb(189,134,220); }
div.DivClassName
{
background-color: #BD86DC;
}
.BgClassName
{
background-color: #BD86DC;
}
</style>
border-color css
<style>
span { border-color: #BD86DC; }
span { border-color: rgb(189,134,220); }
td.TdClassName
{
border-color: #BD86DC;
}
.TagClassName
{
border-color: #BD86DC;
}
</style>