Shades of Wisteria #BD86D3
Tints of Wisteria #BD86D3
RGB
CMYK
RGB Variations
Color information
#BD86D3 (or 0xBD86D3) is known color: Wisteria. HEX triplet: BD, 86 and D3. RGB value is (189,134,211). Sum of RGB (Red+Green+Blue) = 189+134+211=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 134 (52.73% from 255 or 25.09% from 534); Blue value is 211 (82.81% from 255 or 39.51% from 534); Max value from RGB is 211 - color contains mainly: blue. Hex color #BD86D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD86D3 is #42792C. Grayscale: #9E9E9E. Windows color (decimal): -4356397 or 13862589. OLE color: 13862589.
HSL color Cylindrical-coordinate representation of color #BD86D3: hue angle of 282.86º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BD86D3 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 134 | 211 | - |
| CMYK | 0.10 | 0.36 | 0 | 0.17 |
| HSL | 282.86º | 0.47% | 0.68% | - |
| HSV(B) | 282.86º | 0.36% | 0.83% | - |
| XYZ | 41.27 | 32.57 | 65.74 | - |
| YUV | 159.22 | 157.22 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 134 | 211 | 0.10 | 0.36 | 0 | 0.17 | 282.86 | 0.47 | 0.68 |
| Hex | BD | 86 | D3 | A | 24 | 0 | 11 | 11B | 2F | 44 |
| Octal | 275 | 206 | 323 | 12 | 44 | 0 | 21 | 433 | 57 | 104 |
| Binary | 10111101 | 10000110 | 11010011 | 1010 | 100100 | 0 | 10001 | 100011011 | 101111 | 1000100 |
Color Harmonies of #BD86D3
Complementary color
Monochromatic Colors of #BD86D3
Black with #BD86D3
Text Example
Text Example
White with #BD86D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD86D3; }
p { color: rgb(189,134,211); }
H1.HeaderClassName
{
color: #BD86D3;
}
.AnyTagClassName
{
color: #BD86D3;
}
</style>
background-color css
<style>
a { background-color: #BD86D3; }
a { background-color: rgb(189,134,211); }
div.DivClassName
{
background-color: #BD86D3;
}
.BgClassName
{
background-color: #BD86D3;
}
</style>
border-color css
<style>
span { border-color: #BD86D3; }
span { border-color: rgb(189,134,211); }
td.TdClassName
{
border-color: #BD86D3;
}
.TagClassName
{
border-color: #BD86D3;
}
</style>