Shades of Wisteria #BD8ADD
Tints of Wisteria #BD8ADD
RGB
CMYK
RGB Variations
Color information
#BD8ADD (or 0xBD8ADD) is known color: Wisteria. HEX triplet: BD, 8A and DD. RGB value is (189,138,221). Sum of RGB (Red+Green+Blue) = 189+138+221=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 138 (54.30% from 255 or 25.18% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD8ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8ADD is #427522. Grayscale: #A2A2A2. Windows color (decimal): -4355363 or 14518973. OLE color: 14518973.
HSL color Cylindrical-coordinate representation of color #BD8ADD: hue angle of 276.87º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD8ADD is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 138 | 221 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.13 |
| HSL | 276.87º | 0.55% | 0.7% | - |
| HSV(B) | 276.87º | 0.38% | 0.87% | - |
| XYZ | 43.13 | 34.22 | 72.74 | - |
| YUV | 162.71 | 160.9 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 138 | 221 | 0.14 | 0.38 | 0 | 0.13 | 276.87 | 0.55 | 0.7 |
| Hex | BD | 8A | DD | E | 26 | 0 | D | 115 | 37 | 46 |
| Octal | 275 | 212 | 335 | 16 | 46 | 0 | 15 | 425 | 67 | 106 |
| Binary | 10111101 | 10001010 | 11011101 | 1110 | 100110 | 0 | 1101 | 100010101 | 110111 | 1000110 |
Color Harmonies of #BD8ADD
Complementary color
Monochromatic Colors of #BD8ADD
Black with #BD8ADD
Text Example
Text Example
White with #BD8ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8ADD; }
p { color: rgb(189,138,221); }
H1.HeaderClassName
{
color: #BD8ADD;
}
.AnyTagClassName
{
color: #BD8ADD;
}
</style>
background-color css
<style>
a { background-color: #BD8ADD; }
a { background-color: rgb(189,138,221); }
div.DivClassName
{
background-color: #BD8ADD;
}
.BgClassName
{
background-color: #BD8ADD;
}
</style>
border-color css
<style>
span { border-color: #BD8ADD; }
span { border-color: rgb(189,138,221); }
td.TdClassName
{
border-color: #BD8ADD;
}
.TagClassName
{
border-color: #BD8ADD;
}
</style>