Shades of Wisteria #BD8DD7
Tints of Wisteria #BD8DD7
RGB
CMYK
RGB Variations
Color information
#BD8DD7 (or 0xBD8DD7) is known color: Wisteria. HEX triplet: BD, 8D and D7. RGB value is (189,141,215). Sum of RGB (Red+Green+Blue) = 189+141+215=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 141 (55.47% from 255 or 25.87% from 545); Blue value is 215 (84.38% from 255 or 39.45% from 545); Max value from RGB is 215 - color contains mainly: blue. Hex color #BD8DD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8DD7 is #427228. Grayscale: #A3A3A3. Windows color (decimal): -4354601 or 14126525. OLE color: 14126525.
HSL color Cylindrical-coordinate representation of color #BD8DD7: hue angle of 278.92º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD8DD7 is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 141 | 215 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.16 |
| HSL | 278.92º | 0.48% | 0.7% | - |
| HSV(B) | 278.92º | 0.34% | 0.84% | - |
| XYZ | 42.78 | 34.77 | 68.75 | - |
| YUV | 163.79 | 156.9 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 141 | 215 | 0.12 | 0.34 | 0 | 0.16 | 278.92 | 0.48 | 0.7 |
| Hex | BD | 8D | D7 | C | 22 | 0 | 10 | 117 | 30 | 46 |
| Octal | 275 | 215 | 327 | 14 | 42 | 0 | 20 | 427 | 60 | 106 |
| Binary | 10111101 | 10001101 | 11010111 | 1100 | 100010 | 0 | 10000 | 100010111 | 110000 | 1000110 |
Color Harmonies of #BD8DD7
Complementary color
Monochromatic Colors of #BD8DD7
Black with #BD8DD7
Text Example
Text Example
White with #BD8DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8DD7; }
p { color: rgb(189,141,215); }
H1.HeaderClassName
{
color: #BD8DD7;
}
.AnyTagClassName
{
color: #BD8DD7;
}
</style>
background-color css
<style>
a { background-color: #BD8DD7; }
a { background-color: rgb(189,141,215); }
div.DivClassName
{
background-color: #BD8DD7;
}
.BgClassName
{
background-color: #BD8DD7;
}
</style>
border-color css
<style>
span { border-color: #BD8DD7; }
span { border-color: rgb(189,141,215); }
td.TdClassName
{
border-color: #BD8DD7;
}
.TagClassName
{
border-color: #BD8DD7;
}
</style>