Shades of Wisteria #BD8FDD
Tints of Wisteria #BD8FDD
RGB
CMYK
RGB Variations
Color information
#BD8FDD (or 0xBD8FDD) is known color: Wisteria. HEX triplet: BD, 8F and DD. RGB value is (189,143,221). Sum of RGB (Red+Green+Blue) = 189+143+221=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 143 (56.25% from 255 or 25.86% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD8FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8FDD is #427022. Grayscale: #A5A5A5. Windows color (decimal): -4354083 or 14520253. OLE color: 14520253.
HSL color Cylindrical-coordinate representation of color #BD8FDD: hue angle of 275.38º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BD8FDD is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 143 | 221 | - |
| CMYK | 0.14 | 0.35 | 0 | 0.13 |
| HSL | 275.38º | 0.53% | 0.71% | - |
| HSV(B) | 275.38º | 0.35% | 0.87% | - |
| XYZ | 43.86 | 35.68 | 72.98 | - |
| YUV | 165.65 | 159.24 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 143 | 221 | 0.14 | 0.35 | 0 | 0.13 | 275.38 | 0.53 | 0.71 |
| Hex | BD | 8F | DD | E | 23 | 0 | D | 113 | 35 | 47 |
| Octal | 275 | 217 | 335 | 16 | 43 | 0 | 15 | 423 | 65 | 107 |
| Binary | 10111101 | 10001111 | 11011101 | 1110 | 100011 | 0 | 1101 | 100010011 | 110101 | 1000111 |
Color Harmonies of #BD8FDD
Complementary color
Monochromatic Colors of #BD8FDD
Black with #BD8FDD
Text Example
Text Example
White with #BD8FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8FDD; }
p { color: rgb(189,143,221); }
H1.HeaderClassName
{
color: #BD8FDD;
}
.AnyTagClassName
{
color: #BD8FDD;
}
</style>
background-color css
<style>
a { background-color: #BD8FDD; }
a { background-color: rgb(189,143,221); }
div.DivClassName
{
background-color: #BD8FDD;
}
.BgClassName
{
background-color: #BD8FDD;
}
</style>
border-color css
<style>
span { border-color: #BD8FDD; }
span { border-color: rgb(189,143,221); }
td.TdClassName
{
border-color: #BD8FDD;
}
.TagClassName
{
border-color: #BD8FDD;
}
</style>