Shades of Wisteria #BD8DE0
Tints of Wisteria #BD8DE0
RGB
CMYK
RGB Variations
Color information
#BD8DE0 (or 0xBD8DE0) is known color: Wisteria. HEX triplet: BD, 8D and E0. RGB value is (189,141,224). Sum of RGB (Red+Green+Blue) = 189+141+224=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 141 (55.47% from 255 or 25.45% from 554); Blue value is 224 (87.89% from 255 or 40.43% from 554); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD8DE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8DE0 is #42721F. Grayscale: #A4A4A4. Windows color (decimal): -4354592 or 14716349. OLE color: 14716349.
HSL color Cylindrical-coordinate representation of color #BD8DE0: hue angle of 274.7º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD8DE0 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 141 | 224 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.12 |
| HSL | 274.7º | 0.57% | 0.72% | - |
| HSV(B) | 274.7º | 0.37% | 0.88% | - |
| XYZ | 43.97 | 35.25 | 75.01 | - |
| YUV | 164.81 | 161.4 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 141 | 224 | 0.16 | 0.37 | 0 | 0.12 | 274.7 | 0.57 | 0.72 |
| Hex | BD | 8D | E0 | 10 | 25 | 0 | C | 113 | 39 | 48 |
| Octal | 275 | 215 | 340 | 20 | 45 | 0 | 14 | 423 | 71 | 110 |
| Binary | 10111101 | 10001101 | 11100000 | 10000 | 100101 | 0 | 1100 | 100010011 | 111001 | 1001000 |
Color Harmonies of #BD8DE0
Complementary color
Monochromatic Colors of #BD8DE0
Black with #BD8DE0
Text Example
Text Example
White with #BD8DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8DE0; }
p { color: rgb(189,141,224); }
H1.HeaderClassName
{
color: #BD8DE0;
}
.AnyTagClassName
{
color: #BD8DE0;
}
</style>
background-color css
<style>
a { background-color: #BD8DE0; }
a { background-color: rgb(189,141,224); }
div.DivClassName
{
background-color: #BD8DE0;
}
.BgClassName
{
background-color: #BD8DE0;
}
</style>
border-color css
<style>
span { border-color: #BD8DE0; }
span { border-color: rgb(189,141,224); }
td.TdClassName
{
border-color: #BD8DE0;
}
.TagClassName
{
border-color: #BD8DE0;
}
</style>