Shades of Wisteria #BD8ECE
Tints of Wisteria #BD8ECE
RGB
CMYK
RGB Variations
Color information
#BD8ECE (or 0xBD8ECE) is known color: Wisteria. HEX triplet: BD, 8E and CE. RGB value is (189,142,206). Sum of RGB (Red+Green+Blue) = 189+142+206=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 142 (55.86% from 255 or 26.44% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD8ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8ECE is #427131. Grayscale: #A3A3A3. Windows color (decimal): -4354354 or 13536957. OLE color: 13536957.
HSL color Cylindrical-coordinate representation of color #BD8ECE: hue angle of 284.06º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BD8ECE is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 142 | 206 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.19 |
| HSL | 284.06º | 0.4% | 0.68% | - |
| HSV(B) | 284.06º | 0.31% | 0.81% | - |
| XYZ | 41.8 | 34.62 | 62.87 | - |
| YUV | 163.35 | 152.07 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 142 | 206 | 0.08 | 0.31 | 0 | 0.19 | 284.06 | 0.4 | 0.68 |
| Hex | BD | 8E | CE | 8 | 1F | 0 | 13 | 11C | 28 | 44 |
| Octal | 275 | 216 | 316 | 10 | 37 | 0 | 23 | 434 | 50 | 104 |
| Binary | 10111101 | 10001110 | 11001110 | 1000 | 11111 | 0 | 10011 | 100011100 | 101000 | 1000100 |
Color Harmonies of #BD8ECE
Complementary color
Monochromatic Colors of #BD8ECE
Black with #BD8ECE
Text Example
Text Example
White with #BD8ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8ECE; }
p { color: rgb(189,142,206); }
H1.HeaderClassName
{
color: #BD8ECE;
}
.AnyTagClassName
{
color: #BD8ECE;
}
</style>
background-color css
<style>
a { background-color: #BD8ECE; }
a { background-color: rgb(189,142,206); }
div.DivClassName
{
background-color: #BD8ECE;
}
.BgClassName
{
background-color: #BD8ECE;
}
</style>
border-color css
<style>
span { border-color: #BD8ECE; }
span { border-color: rgb(189,142,206); }
td.TdClassName
{
border-color: #BD8ECE;
}
.TagClassName
{
border-color: #BD8ECE;
}
</style>