Shades of Wisteria #BD86D2
Tints of Wisteria #BD86D2
RGB
CMYK
RGB Variations
Color information
#BD86D2 (or 0xBD86D2) is known color: Wisteria. HEX triplet: BD, 86 and D2. RGB value is (189,134,210). Sum of RGB (Red+Green+Blue) = 189+134+210=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 134 (52.73% from 255 or 25.14% from 533); Blue value is 210 (82.42% from 255 or 39.40% from 533); Max value from RGB is 210 - color contains mainly: blue. Hex color #BD86D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD86D2 is #42792D. Grayscale: #9E9E9E. Windows color (decimal): -4356398 or 13797053. OLE color: 13797053.
HSL color Cylindrical-coordinate representation of color #BD86D2: hue angle of 283.42º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BD86D2 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 134 | 210 | - |
| CMYK | 0.10 | 0.36 | 0 | 0.18 |
| HSL | 283.42º | 0.46% | 0.67% | - |
| HSV(B) | 283.42º | 0.36% | 0.82% | - |
| XYZ | 41.14 | 32.52 | 65.08 | - |
| YUV | 159.11 | 156.72 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 134 | 210 | 0.10 | 0.36 | 0 | 0.18 | 283.42 | 0.46 | 0.67 |
| Hex | BD | 86 | D2 | A | 24 | 0 | 12 | 11B | 2E | 43 |
| Octal | 275 | 206 | 322 | 12 | 44 | 0 | 22 | 433 | 56 | 103 |
| Binary | 10111101 | 10000110 | 11010010 | 1010 | 100100 | 0 | 10010 | 100011011 | 101110 | 1000011 |
Color Harmonies of #BD86D2
Complementary color
Monochromatic Colors of #BD86D2
Black with #BD86D2
Text Example
Text Example
White with #BD86D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD86D2; }
p { color: rgb(189,134,210); }
H1.HeaderClassName
{
color: #BD86D2;
}
.AnyTagClassName
{
color: #BD86D2;
}
</style>
background-color css
<style>
a { background-color: #BD86D2; }
a { background-color: rgb(189,134,210); }
div.DivClassName
{
background-color: #BD86D2;
}
.BgClassName
{
background-color: #BD86D2;
}
</style>
border-color css
<style>
span { border-color: #BD86D2; }
span { border-color: rgb(189,134,210); }
td.TdClassName
{
border-color: #BD86D2;
}
.TagClassName
{
border-color: #BD86D2;
}
</style>