Shades of Wisteria #BD86DF
Tints of Wisteria #BD86DF
RGB
CMYK
RGB Variations
Color information
#BD86DF (or 0xBD86DF) is known color: Wisteria. HEX triplet: BD, 86 and DF. RGB value is (189,134,223). Sum of RGB (Red+Green+Blue) = 189+134+223=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 134 (52.73% from 255 or 24.54% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD86DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD86DF is #427920. Grayscale: #A0A0A0. Windows color (decimal): -4356385 or 14649021. OLE color: 14649021.
HSL color Cylindrical-coordinate representation of color #BD86DF: hue angle of 277.08º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD86DF is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 134 | 223 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.13 |
| HSL | 277.08º | 0.58% | 0.7% | - |
| HSV(B) | 277.08º | 0.4% | 0.87% | - |
| XYZ | 42.83 | 33.2 | 73.96 | - |
| YUV | 160.59 | 163.22 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 134 | 223 | 0.15 | 0.40 | 0 | 0.13 | 277.08 | 0.58 | 0.7 |
| Hex | BD | 86 | DF | F | 28 | 0 | D | 115 | 3A | 46 |
| Octal | 275 | 206 | 337 | 17 | 50 | 0 | 15 | 425 | 72 | 106 |
| Binary | 10111101 | 10000110 | 11011111 | 1111 | 101000 | 0 | 1101 | 100010101 | 111010 | 1000110 |
Color Harmonies of #BD86DF
Complementary color
Monochromatic Colors of #BD86DF
Black with #BD86DF
Text Example
Text Example
White with #BD86DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD86DF; }
p { color: rgb(189,134,223); }
H1.HeaderClassName
{
color: #BD86DF;
}
.AnyTagClassName
{
color: #BD86DF;
}
</style>
background-color css
<style>
a { background-color: #BD86DF; }
a { background-color: rgb(189,134,223); }
div.DivClassName
{
background-color: #BD86DF;
}
.BgClassName
{
background-color: #BD86DF;
}
</style>
border-color css
<style>
span { border-color: #BD86DF; }
span { border-color: rgb(189,134,223); }
td.TdClassName
{
border-color: #BD86DF;
}
.TagClassName
{
border-color: #BD86DF;
}
</style>