Shades of Wisteria #BD86E6
Tints of Wisteria #BD86E6
RGB
CMYK
RGB Variations
Color information
#BD86E6 (or 0xBD86E6) is known color: Wisteria. HEX triplet: BD, 86 and E6. RGB value is (189,134,230). Sum of RGB (Red+Green+Blue) = 189+134+230=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 134 (52.73% from 255 or 24.23% from 553); Blue value is 230 (90.23% from 255 or 41.59% from 553); Max value from RGB is 230 - color contains mainly: blue. Hex color #BD86E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD86E6 is #427919. Grayscale: #A1A1A1. Windows color (decimal): -4356378 or 15107773. OLE color: 15107773.
HSL color Cylindrical-coordinate representation of color #BD86E6: hue angle of 274.38º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD86E6 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 134 | 230 | - |
| CMYK | 0.18 | 0.42 | 0 | 0.10 |
| HSL | 274.38º | 0.66% | 0.71% | - |
| HSV(B) | 274.38º | 0.42% | 0.9% | - |
| XYZ | 43.79 | 33.58 | 79.04 | - |
| YUV | 161.39 | 166.72 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 134 | 230 | 0.18 | 0.42 | 0 | 0.10 | 274.38 | 0.66 | 0.71 |
| Hex | BD | 86 | E6 | 12 | 2A | 0 | A | 112 | 42 | 47 |
| Octal | 275 | 206 | 346 | 22 | 52 | 0 | 12 | 422 | 102 | 107 |
| Binary | 10111101 | 10000110 | 11100110 | 10010 | 101010 | 0 | 1010 | 100010010 | 1000010 | 1000111 |
Color Harmonies of #BD86E6
Complementary color
Monochromatic Colors of #BD86E6
Black with #BD86E6
Text Example
Text Example
White with #BD86E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD86E6; }
p { color: rgb(189,134,230); }
H1.HeaderClassName
{
color: #BD86E6;
}
.AnyTagClassName
{
color: #BD86E6;
}
</style>
background-color css
<style>
a { background-color: #BD86E6; }
a { background-color: rgb(189,134,230); }
div.DivClassName
{
background-color: #BD86E6;
}
.BgClassName
{
background-color: #BD86E6;
}
</style>
border-color css
<style>
span { border-color: #BD86E6; }
span { border-color: rgb(189,134,230); }
td.TdClassName
{
border-color: #BD86E6;
}
.TagClassName
{
border-color: #BD86E6;
}
</style>