Shades of Wisteria #BD86E5
Tints of Wisteria #BD86E5
RGB
CMYK
RGB Variations
Color information
#BD86E5 (or 0xBD86E5) is known color: Wisteria. HEX triplet: BD, 86 and E5. RGB value is (189,134,229). Sum of RGB (Red+Green+Blue) = 189+134+229=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 134 (52.73% from 255 or 24.28% from 552); Blue value is 229 (89.84% from 255 or 41.49% from 552); Max value from RGB is 229 - color contains mainly: blue. Hex color #BD86E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD86E5 is #42791A. Grayscale: #A0A0A0. Windows color (decimal): -4356379 or 15042237. OLE color: 15042237.
HSL color Cylindrical-coordinate representation of color #BD86E5: hue angle of 274.74º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD86E5 is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 134 | 229 | - |
| CMYK | 0.17 | 0.41 | 0 | 0.10 |
| HSL | 274.74º | 0.65% | 0.71% | - |
| HSV(B) | 274.74º | 0.41% | 0.9% | - |
| XYZ | 43.65 | 33.53 | 78.3 | - |
| YUV | 161.28 | 166.22 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 134 | 229 | 0.17 | 0.41 | 0 | 0.10 | 274.74 | 0.65 | 0.71 |
| Hex | BD | 86 | E5 | 11 | 29 | 0 | A | 113 | 41 | 47 |
| Octal | 275 | 206 | 345 | 21 | 51 | 0 | 12 | 423 | 101 | 107 |
| Binary | 10111101 | 10000110 | 11100101 | 10001 | 101001 | 0 | 1010 | 100010011 | 1000001 | 1000111 |
Color Harmonies of #BD86E5
Complementary color
Monochromatic Colors of #BD86E5
Black with #BD86E5
Text Example
Text Example
White with #BD86E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD86E5; }
p { color: rgb(189,134,229); }
H1.HeaderClassName
{
color: #BD86E5;
}
.AnyTagClassName
{
color: #BD86E5;
}
</style>
background-color css
<style>
a { background-color: #BD86E5; }
a { background-color: rgb(189,134,229); }
div.DivClassName
{
background-color: #BD86E5;
}
.BgClassName
{
background-color: #BD86E5;
}
</style>
border-color css
<style>
span { border-color: #BD86E5; }
span { border-color: rgb(189,134,229); }
td.TdClassName
{
border-color: #BD86E5;
}
.TagClassName
{
border-color: #BD86E5;
}
</style>