Shades of Wisteria #BD8AD0
Tints of Wisteria #BD8AD0
RGB
CMYK
RGB Variations
Color information
#BD8AD0 (or 0xBD8AD0) is known color: Wisteria. HEX triplet: BD, 8A and D0. RGB value is (189,138,208). Sum of RGB (Red+Green+Blue) = 189+138+208=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 138 (54.30% from 255 or 25.79% from 535); Blue value is 208 (81.64% from 255 or 38.88% from 535); Max value from RGB is 208 - color contains mainly: blue. Hex color #BD8AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8AD0 is #42752F. Grayscale: #A1A1A1. Windows color (decimal): -4355376 or 13667005. OLE color: 13667005.
HSL color Cylindrical-coordinate representation of color #BD8AD0: hue angle of 283.71º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD8AD0 is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 138 | 208 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.18 |
| HSL | 283.71º | 0.43% | 0.68% | - |
| HSV(B) | 283.71º | 0.34% | 0.82% | - |
| XYZ | 41.46 | 33.55 | 63.97 | - |
| YUV | 161.23 | 154.4 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 138 | 208 | 0.09 | 0.34 | 0 | 0.18 | 283.71 | 0.43 | 0.68 |
| Hex | BD | 8A | D0 | 9 | 22 | 0 | 12 | 11C | 2B | 44 |
| Octal | 275 | 212 | 320 | 11 | 42 | 0 | 22 | 434 | 53 | 104 |
| Binary | 10111101 | 10001010 | 11010000 | 1001 | 100010 | 0 | 10010 | 100011100 | 101011 | 1000100 |
Color Harmonies of #BD8AD0
Complementary color
Monochromatic Colors of #BD8AD0
Black with #BD8AD0
Text Example
Text Example
White with #BD8AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8AD0; }
p { color: rgb(189,138,208); }
H1.HeaderClassName
{
color: #BD8AD0;
}
.AnyTagClassName
{
color: #BD8AD0;
}
</style>
background-color css
<style>
a { background-color: #BD8AD0; }
a { background-color: rgb(189,138,208); }
div.DivClassName
{
background-color: #BD8AD0;
}
.BgClassName
{
background-color: #BD8AD0;
}
</style>
border-color css
<style>
span { border-color: #BD8AD0; }
span { border-color: rgb(189,138,208); }
td.TdClassName
{
border-color: #BD8AD0;
}
.TagClassName
{
border-color: #BD8AD0;
}
</style>