Shades of Wisteria #BD86E1
Tints of Wisteria #BD86E1
RGB
CMYK
RGB Variations
Color information
#BD86E1 (or 0xBD86E1) is known color: Wisteria. HEX triplet: BD, 86 and E1. RGB value is (189,134,225). Sum of RGB (Red+Green+Blue) = 189+134+225=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 134 (52.73% from 255 or 24.45% from 548); Blue value is 225 (88.28% from 255 or 41.06% from 548); Max value from RGB is 225 - color contains mainly: blue. Hex color #BD86E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD86E1 is #42791E. Grayscale: #A0A0A0. Windows color (decimal): -4356383 or 14780093. OLE color: 14780093.
HSL color Cylindrical-coordinate representation of color #BD86E1: hue angle of 276.26º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD86E1 is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 134 | 225 | - |
| CMYK | 0.16 | 0.40 | 0 | 0.12 |
| HSL | 276.26º | 0.6% | 0.7% | - |
| HSV(B) | 276.26º | 0.4% | 0.88% | - |
| XYZ | 43.1 | 33.31 | 75.39 | - |
| YUV | 160.82 | 164.22 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 134 | 225 | 0.16 | 0.40 | 0 | 0.12 | 276.26 | 0.6 | 0.7 |
| Hex | BD | 86 | E1 | 10 | 28 | 0 | C | 114 | 3C | 46 |
| Octal | 275 | 206 | 341 | 20 | 50 | 0 | 14 | 424 | 74 | 106 |
| Binary | 10111101 | 10000110 | 11100001 | 10000 | 101000 | 0 | 1100 | 100010100 | 111100 | 1000110 |
Color Harmonies of #BD86E1
Complementary color
Monochromatic Colors of #BD86E1
Black with #BD86E1
Text Example
Text Example
White with #BD86E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD86E1; }
p { color: rgb(189,134,225); }
H1.HeaderClassName
{
color: #BD86E1;
}
.AnyTagClassName
{
color: #BD86E1;
}
</style>
background-color css
<style>
a { background-color: #BD86E1; }
a { background-color: rgb(189,134,225); }
div.DivClassName
{
background-color: #BD86E1;
}
.BgClassName
{
background-color: #BD86E1;
}
</style>
border-color css
<style>
span { border-color: #BD86E1; }
span { border-color: rgb(189,134,225); }
td.TdClassName
{
border-color: #BD86E1;
}
.TagClassName
{
border-color: #BD86E1;
}
</style>