Shades of Wisteria #BD87E3
Tints of Wisteria #BD87E3
RGB
CMYK
RGB Variations
Color information
#BD87E3 (or 0xBD87E3) is known color: Wisteria. HEX triplet: BD, 87 and E3. RGB value is (189,135,227). Sum of RGB (Red+Green+Blue) = 189+135+227=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 135 (53.12% from 255 or 24.50% from 551); Blue value is 227 (89.06% from 255 or 41.20% from 551); Max value from RGB is 227 - color contains mainly: blue. Hex color #BD87E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD87E3 is #42781C. Grayscale: #A1A1A1. Windows color (decimal): -4356125 or 14911421. OLE color: 14911421.
HSL color Cylindrical-coordinate representation of color #BD87E3: hue angle of 275.22º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD87E3 is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 135 | 227 | - |
| CMYK | 0.17 | 0.41 | 0 | 0.11 |
| HSL | 275.22º | 0.62% | 0.71% | - |
| HSV(B) | 275.22º | 0.41% | 0.89% | - |
| XYZ | 43.52 | 33.69 | 76.88 | - |
| YUV | 161.63 | 164.89 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 135 | 227 | 0.17 | 0.41 | 0 | 0.11 | 275.22 | 0.62 | 0.71 |
| Hex | BD | 87 | E3 | 11 | 29 | 0 | B | 113 | 3E | 47 |
| Octal | 275 | 207 | 343 | 21 | 51 | 0 | 13 | 423 | 76 | 107 |
| Binary | 10111101 | 10000111 | 11100011 | 10001 | 101001 | 0 | 1011 | 100010011 | 111110 | 1000111 |
Color Harmonies of #BD87E3
Complementary color
Monochromatic Colors of #BD87E3
Black with #BD87E3
Text Example
Text Example
White with #BD87E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD87E3; }
p { color: rgb(189,135,227); }
H1.HeaderClassName
{
color: #BD87E3;
}
.AnyTagClassName
{
color: #BD87E3;
}
</style>
background-color css
<style>
a { background-color: #BD87E3; }
a { background-color: rgb(189,135,227); }
div.DivClassName
{
background-color: #BD87E3;
}
.BgClassName
{
background-color: #BD87E3;
}
</style>
border-color css
<style>
span { border-color: #BD87E3; }
span { border-color: rgb(189,135,227); }
td.TdClassName
{
border-color: #BD87E3;
}
.TagClassName
{
border-color: #BD87E3;
}
</style>