Shades of Wisteria #BD8CDC
Tints of Wisteria #BD8CDC
RGB
CMYK
RGB Variations
Color information
#BD8CDC (or 0xBD8CDC) is known color: Wisteria. HEX triplet: BD, 8C and DC. RGB value is (189,140,220). Sum of RGB (Red+Green+Blue) = 189+140+220=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 140 (55.08% from 255 or 25.50% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD8CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8CDC is #427323. Grayscale: #A3A3A3. Windows color (decimal): -4354852 or 14453949. OLE color: 14453949.
HSL color Cylindrical-coordinate representation of color #BD8CDC: hue angle of 276.75º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BD8CDC is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 140 | 220 | - |
| CMYK | 0.14 | 0.36 | 0 | 0.14 |
| HSL | 276.75º | 0.53% | 0.71% | - |
| HSV(B) | 276.75º | 0.36% | 0.86% | - |
| XYZ | 43.28 | 34.74 | 72.13 | - |
| YUV | 163.77 | 159.73 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 140 | 220 | 0.14 | 0.36 | 0 | 0.14 | 276.75 | 0.53 | 0.71 |
| Hex | BD | 8C | DC | E | 24 | 0 | E | 115 | 35 | 47 |
| Octal | 275 | 214 | 334 | 16 | 44 | 0 | 16 | 425 | 65 | 107 |
| Binary | 10111101 | 10001100 | 11011100 | 1110 | 100100 | 0 | 1110 | 100010101 | 110101 | 1000111 |
Color Harmonies of #BD8CDC
Complementary color
Monochromatic Colors of #BD8CDC
Black with #BD8CDC
Text Example
Text Example
White with #BD8CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8CDC; }
p { color: rgb(189,140,220); }
H1.HeaderClassName
{
color: #BD8CDC;
}
.AnyTagClassName
{
color: #BD8CDC;
}
</style>
background-color css
<style>
a { background-color: #BD8CDC; }
a { background-color: rgb(189,140,220); }
div.DivClassName
{
background-color: #BD8CDC;
}
.BgClassName
{
background-color: #BD8CDC;
}
</style>
border-color css
<style>
span { border-color: #BD8CDC; }
span { border-color: rgb(189,140,220); }
td.TdClassName
{
border-color: #BD8CDC;
}
.TagClassName
{
border-color: #BD8CDC;
}
</style>