Shades of Wisteria #BD8CDD
Tints of Wisteria #BD8CDD
RGB
CMYK
RGB Variations
Color information
#BD8CDD (or 0xBD8CDD) is known color: Wisteria. HEX triplet: BD, 8C and DD. RGB value is (189,140,221). Sum of RGB (Red+Green+Blue) = 189+140+221=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 140 (55.08% from 255 or 25.45% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD8CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8CDD is #427322. Grayscale: #A3A3A3. Windows color (decimal): -4354851 or 14519485. OLE color: 14519485.
HSL color Cylindrical-coordinate representation of color #BD8CDD: hue angle of 276.3º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD8CDD is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 140 | 221 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.13 |
| HSL | 276.3º | 0.54% | 0.71% | - |
| HSV(B) | 276.3º | 0.37% | 0.87% | - |
| XYZ | 43.42 | 34.8 | 72.83 | - |
| YUV | 163.89 | 160.23 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 140 | 221 | 0.14 | 0.37 | 0 | 0.13 | 276.3 | 0.54 | 0.71 |
| Hex | BD | 8C | DD | E | 25 | 0 | D | 114 | 36 | 47 |
| Octal | 275 | 214 | 335 | 16 | 45 | 0 | 15 | 424 | 66 | 107 |
| Binary | 10111101 | 10001100 | 11011101 | 1110 | 100101 | 0 | 1101 | 100010100 | 110110 | 1000111 |
Color Harmonies of #BD8CDD
Complementary color
Monochromatic Colors of #BD8CDD
Black with #BD8CDD
Text Example
Text Example
White with #BD8CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8CDD; }
p { color: rgb(189,140,221); }
H1.HeaderClassName
{
color: #BD8CDD;
}
.AnyTagClassName
{
color: #BD8CDD;
}
</style>
background-color css
<style>
a { background-color: #BD8CDD; }
a { background-color: rgb(189,140,221); }
div.DivClassName
{
background-color: #BD8CDD;
}
.BgClassName
{
background-color: #BD8CDD;
}
</style>
border-color css
<style>
span { border-color: #BD8CDD; }
span { border-color: rgb(189,140,221); }
td.TdClassName
{
border-color: #BD8CDD;
}
.TagClassName
{
border-color: #BD8CDD;
}
</style>