Shades of Wisteria #BD87D4
Tints of Wisteria #BD87D4
RGB
CMYK
RGB Variations
Color information
#BD87D4 (or 0xBD87D4) is known color: Wisteria. HEX triplet: BD, 87 and D4. RGB value is (189,135,212). Sum of RGB (Red+Green+Blue) = 189+135+212=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 135 (53.12% from 255 or 25.19% from 536); Blue value is 212 (83.20% from 255 or 39.55% from 536); Max value from RGB is 212 - color contains mainly: blue. Hex color #BD87D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD87D4 is #42782B. Grayscale: #9F9F9F. Windows color (decimal): -4356140 or 13928381. OLE color: 13928381.
HSL color Cylindrical-coordinate representation of color #BD87D4: hue angle of 282.08º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BD87D4 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 135 | 212 | - |
| CMYK | 0.11 | 0.36 | 0 | 0.17 |
| HSL | 282.08º | 0.47% | 0.68% | - |
| HSV(B) | 282.08º | 0.36% | 0.83% | - |
| XYZ | 41.53 | 32.9 | 66.45 | - |
| YUV | 159.92 | 157.39 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 135 | 212 | 0.11 | 0.36 | 0 | 0.17 | 282.08 | 0.47 | 0.68 |
| Hex | BD | 87 | D4 | B | 24 | 0 | 11 | 11A | 2F | 44 |
| Octal | 275 | 207 | 324 | 13 | 44 | 0 | 21 | 432 | 57 | 104 |
| Binary | 10111101 | 10000111 | 11010100 | 1011 | 100100 | 0 | 10001 | 100011010 | 101111 | 1000100 |
Color Harmonies of #BD87D4
Complementary color
Monochromatic Colors of #BD87D4
Black with #BD87D4
Text Example
Text Example
White with #BD87D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD87D4; }
p { color: rgb(189,135,212); }
H1.HeaderClassName
{
color: #BD87D4;
}
.AnyTagClassName
{
color: #BD87D4;
}
</style>
background-color css
<style>
a { background-color: #BD87D4; }
a { background-color: rgb(189,135,212); }
div.DivClassName
{
background-color: #BD87D4;
}
.BgClassName
{
background-color: #BD87D4;
}
</style>
border-color css
<style>
span { border-color: #BD87D4; }
span { border-color: rgb(189,135,212); }
td.TdClassName
{
border-color: #BD87D4;
}
.TagClassName
{
border-color: #BD87D4;
}
</style>