Shades of Wisteria #BD86DE
Tints of Wisteria #BD86DE
RGB
CMYK
RGB Variations
Color information
#BD86DE (or 0xBD86DE) is known color: Wisteria. HEX triplet: BD, 86 and DE. RGB value is (189,134,222). Sum of RGB (Red+Green+Blue) = 189+134+222=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 134 (52.73% from 255 or 24.59% from 545); Blue value is 222 (87.11% from 255 or 40.73% from 545); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD86DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD86DE is #427921. Grayscale: #A0A0A0. Windows color (decimal): -4356386 or 14583485. OLE color: 14583485.
HSL color Cylindrical-coordinate representation of color #BD86DE: hue angle of 277.5º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD86DE is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 134 | 222 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.13 |
| HSL | 277.5º | 0.57% | 0.7% | - |
| HSV(B) | 277.5º | 0.4% | 0.87% | - |
| XYZ | 42.7 | 33.14 | 73.25 | - |
| YUV | 160.48 | 162.72 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 134 | 222 | 0.15 | 0.40 | 0 | 0.13 | 277.5 | 0.57 | 0.7 |
| Hex | BD | 86 | DE | F | 28 | 0 | D | 116 | 39 | 46 |
| Octal | 275 | 206 | 336 | 17 | 50 | 0 | 15 | 426 | 71 | 106 |
| Binary | 10111101 | 10000110 | 11011110 | 1111 | 101000 | 0 | 1101 | 100010110 | 111001 | 1000110 |
Color Harmonies of #BD86DE
Complementary color
Monochromatic Colors of #BD86DE
Black with #BD86DE
Text Example
Text Example
White with #BD86DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD86DE; }
p { color: rgb(189,134,222); }
H1.HeaderClassName
{
color: #BD86DE;
}
.AnyTagClassName
{
color: #BD86DE;
}
</style>
background-color css
<style>
a { background-color: #BD86DE; }
a { background-color: rgb(189,134,222); }
div.DivClassName
{
background-color: #BD86DE;
}
.BgClassName
{
background-color: #BD86DE;
}
</style>
border-color css
<style>
span { border-color: #BD86DE; }
span { border-color: rgb(189,134,222); }
td.TdClassName
{
border-color: #BD86DE;
}
.TagClassName
{
border-color: #BD86DE;
}
</style>