Shades of Wisteria #BB87EC
Tints of Wisteria #BB87EC
RGB
CMYK
RGB Variations
Color information
#BB87EC (or 0xBB87EC) is known color: Wisteria. HEX triplet: BB, 87 and EC. RGB value is (187,135,236). Sum of RGB (Red+Green+Blue) = 187+135+236=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 135 (53.12% from 255 or 24.19% from 558); Blue value is 236 (92.58% from 255 or 42.29% from 558); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB87EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB87EC is #447813. Grayscale: #A1A1A1. Windows color (decimal): -4487188 or 15501243. OLE color: 15501243.
HSL color Cylindrical-coordinate representation of color #BB87EC: hue angle of 270.89º 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 #BB87EC is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 135 | 236 | - |
| CMYK | 0.21 | 0.43 | 0 | 0.07 |
| HSL | 270.89º | 0.73% | 0.73% | - |
| HSV(B) | 270.89º | 0.43% | 0.93% | - |
| XYZ | 44.3 | 33.95 | 83.57 | - |
| YUV | 162.06 | 169.73 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 135 | 236 | 0.21 | 0.43 | 0 | 0.07 | 270.89 | 0.73 | 0.73 |
| Hex | BB | 87 | EC | 15 | 2B | 0 | 7 | 10F | 49 | 49 |
| Octal | 273 | 207 | 354 | 25 | 53 | 0 | 7 | 417 | 111 | 111 |
| Binary | 10111011 | 10000111 | 11101100 | 10101 | 101011 | 0 | 111 | 100001111 | 1001001 | 1001001 |
Color Harmonies of #BB87EC
Complementary color
Monochromatic Colors of #BB87EC
Black with #BB87EC
Text Example
Text Example
White with #BB87EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB87EC; }
p { color: rgb(187,135,236); }
H1.HeaderClassName
{
color: #BB87EC;
}
.AnyTagClassName
{
color: #BB87EC;
}
</style>
background-color css
<style>
a { background-color: #BB87EC; }
a { background-color: rgb(187,135,236); }
div.DivClassName
{
background-color: #BB87EC;
}
.BgClassName
{
background-color: #BB87EC;
}
</style>
border-color css
<style>
span { border-color: #BB87EC; }
span { border-color: rgb(187,135,236); }
td.TdClassName
{
border-color: #BB87EC;
}
.TagClassName
{
border-color: #BB87EC;
}
</style>