Shades of Wisteria #BB87E8
Tints of Wisteria #BB87E8
RGB
CMYK
RGB Variations
Color information
#BB87E8 (or 0xBB87E8) is known color: Wisteria. HEX triplet: BB, 87 and E8. RGB value is (187,135,232). Sum of RGB (Red+Green+Blue) = 187+135+232=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 135 (53.12% from 255 or 24.37% from 554); Blue value is 232 (91.02% from 255 or 41.88% from 554); Max value from RGB is 232 - color contains mainly: blue. Hex color #BB87E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB87E8 is #447817. Grayscale: #A1A1A1. Windows color (decimal): -4487192 or 15239099. OLE color: 15239099.
HSL color Cylindrical-coordinate representation of color #BB87E8: hue angle of 272.16º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB87E8 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 135 | 232 | - |
| CMYK | 0.19 | 0.42 | 0 | 0.09 |
| HSL | 272.16º | 0.68% | 0.72% | - |
| HSV(B) | 272.16º | 0.42% | 0.91% | - |
| XYZ | 43.72 | 33.72 | 80.55 | - |
| YUV | 161.61 | 167.73 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 135 | 232 | 0.19 | 0.42 | 0 | 0.09 | 272.16 | 0.68 | 0.72 |
| Hex | BB | 87 | E8 | 13 | 2A | 0 | 9 | 110 | 44 | 48 |
| Octal | 273 | 207 | 350 | 23 | 52 | 0 | 11 | 420 | 104 | 110 |
| Binary | 10111011 | 10000111 | 11101000 | 10011 | 101010 | 0 | 1001 | 100010000 | 1000100 | 1001000 |
Color Harmonies of #BB87E8
Complementary color
Monochromatic Colors of #BB87E8
Black with #BB87E8
Text Example
Text Example
White with #BB87E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB87E8; }
p { color: rgb(187,135,232); }
H1.HeaderClassName
{
color: #BB87E8;
}
.AnyTagClassName
{
color: #BB87E8;
}
</style>
background-color css
<style>
a { background-color: #BB87E8; }
a { background-color: rgb(187,135,232); }
div.DivClassName
{
background-color: #BB87E8;
}
.BgClassName
{
background-color: #BB87E8;
}
</style>
border-color css
<style>
span { border-color: #BB87E8; }
span { border-color: rgb(187,135,232); }
td.TdClassName
{
border-color: #BB87E8;
}
.TagClassName
{
border-color: #BB87E8;
}
</style>