Shades of Wisteria #BD87EC
Tints of Wisteria #BD87EC
RGB
CMYK
RGB Variations
Color information
#BD87EC (or 0xBD87EC) is known color: Wisteria. HEX triplet: BD, 87 and EC. RGB value is (189,135,236). Sum of RGB (Red+Green+Blue) = 189+135+236=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 135 (53.12% from 255 or 24.11% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD87EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD87EC is #427813. Grayscale: #A2A2A2. Windows color (decimal): -4356116 or 15501245. OLE color: 15501245.
HSL color Cylindrical-coordinate representation of color #BD87EC: hue angle of 272.08º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD87EC is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 135 | 236 | - |
| CMYK | 0.20 | 0.43 | 0 | 0.07 |
| HSL | 272.08º | 0.73% | 0.73% | - |
| HSV(B) | 272.08º | 0.43% | 0.93% | - |
| XYZ | 44.79 | 34.2 | 83.6 | - |
| YUV | 162.66 | 169.39 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 135 | 236 | 0.20 | 0.43 | 0 | 0.07 | 272.08 | 0.73 | 0.73 |
| Hex | BD | 87 | EC | 14 | 2B | 0 | 7 | 110 | 49 | 49 |
| Octal | 275 | 207 | 354 | 24 | 53 | 0 | 7 | 420 | 111 | 111 |
| Binary | 10111101 | 10000111 | 11101100 | 10100 | 101011 | 0 | 111 | 100010000 | 1001001 | 1001001 |
Color Harmonies of #BD87EC
Complementary color
Monochromatic Colors of #BD87EC
Black with #BD87EC
Text Example
Text Example
White with #BD87EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD87EC; }
p { color: rgb(189,135,236); }
H1.HeaderClassName
{
color: #BD87EC;
}
.AnyTagClassName
{
color: #BD87EC;
}
</style>
background-color css
<style>
a { background-color: #BD87EC; }
a { background-color: rgb(189,135,236); }
div.DivClassName
{
background-color: #BD87EC;
}
.BgClassName
{
background-color: #BD87EC;
}
</style>
border-color css
<style>
span { border-color: #BD87EC; }
span { border-color: rgb(189,135,236); }
td.TdClassName
{
border-color: #BD87EC;
}
.TagClassName
{
border-color: #BD87EC;
}
</style>