Shades of Wisteria #BD8ECD
Tints of Wisteria #BD8ECD
RGB
CMYK
RGB Variations
Color information
#BD8ECD (or 0xBD8ECD) is known color: Wisteria. HEX triplet: BD, 8E and CD. RGB value is (189,142,205). Sum of RGB (Red+Green+Blue) = 189+142+205=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 142 (55.86% from 255 or 26.49% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD8ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8ECD is #427132. Grayscale: #A3A3A3. Windows color (decimal): -4354355 or 13471421. OLE color: 13471421.
HSL color Cylindrical-coordinate representation of color #BD8ECD: hue angle of 284.76º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BD8ECD is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 142 | 205 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.20 |
| HSL | 284.76º | 0.39% | 0.68% | - |
| HSV(B) | 284.76º | 0.31% | 0.8% | - |
| XYZ | 41.68 | 34.57 | 62.23 | - |
| YUV | 163.24 | 151.57 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 142 | 205 | 0.08 | 0.31 | 0 | 0.20 | 284.76 | 0.39 | 0.68 |
| Hex | BD | 8E | CD | 8 | 1F | 0 | 14 | 11D | 27 | 44 |
| Octal | 275 | 216 | 315 | 10 | 37 | 0 | 24 | 435 | 47 | 104 |
| Binary | 10111101 | 10001110 | 11001101 | 1000 | 11111 | 0 | 10100 | 100011101 | 100111 | 1000100 |
Color Harmonies of #BD8ECD
Complementary color
Monochromatic Colors of #BD8ECD
Black with #BD8ECD
Text Example
Text Example
White with #BD8ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8ECD; }
p { color: rgb(189,142,205); }
H1.HeaderClassName
{
color: #BD8ECD;
}
.AnyTagClassName
{
color: #BD8ECD;
}
</style>
background-color css
<style>
a { background-color: #BD8ECD; }
a { background-color: rgb(189,142,205); }
div.DivClassName
{
background-color: #BD8ECD;
}
.BgClassName
{
background-color: #BD8ECD;
}
</style>
border-color css
<style>
span { border-color: #BD8ECD; }
span { border-color: rgb(189,142,205); }
td.TdClassName
{
border-color: #BD8ECD;
}
.TagClassName
{
border-color: #BD8ECD;
}
</style>