Shades of Wisteria #BB86EC
Tints of Wisteria #BB86EC
RGB
CMYK
RGB Variations
Color information
#BB86EC (or 0xBB86EC) is known color: Wisteria. HEX triplet: BB, 86 and EC. RGB value is (187,134,236). Sum of RGB (Red+Green+Blue) = 187+134+236=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 134 (52.73% from 255 or 24.06% from 557); Blue value is 236 (92.58% from 255 or 42.37% from 557); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB86EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB86EC is #447913. Grayscale: #A1A1A1. Windows color (decimal): -4487444 or 15500987. OLE color: 15500987.
HSL color Cylindrical-coordinate representation of color #BB86EC: hue angle of 271.18º 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 #BB86EC is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 134 | 236 | - |
| CMYK | 0.21 | 0.43 | 0 | 0.07 |
| HSL | 271.18º | 0.73% | 0.73% | - |
| HSV(B) | 271.18º | 0.43% | 0.93% | - |
| XYZ | 44.16 | 33.67 | 83.53 | - |
| YUV | 161.48 | 170.06 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 134 | 236 | 0.21 | 0.43 | 0 | 0.07 | 271.18 | 0.73 | 0.73 |
| Hex | BB | 86 | EC | 15 | 2B | 0 | 7 | 10F | 49 | 49 |
| Octal | 273 | 206 | 354 | 25 | 53 | 0 | 7 | 417 | 111 | 111 |
| Binary | 10111011 | 10000110 | 11101100 | 10101 | 101011 | 0 | 111 | 100001111 | 1001001 | 1001001 |
Color Harmonies of #BB86EC
Complementary color
Monochromatic Colors of #BB86EC
Black with #BB86EC
Text Example
Text Example
White with #BB86EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB86EC; }
p { color: rgb(187,134,236); }
H1.HeaderClassName
{
color: #BB86EC;
}
.AnyTagClassName
{
color: #BB86EC;
}
</style>
background-color css
<style>
a { background-color: #BB86EC; }
a { background-color: rgb(187,134,236); }
div.DivClassName
{
background-color: #BB86EC;
}
.BgClassName
{
background-color: #BB86EC;
}
</style>
border-color css
<style>
span { border-color: #BB86EC; }
span { border-color: rgb(187,134,236); }
td.TdClassName
{
border-color: #BB86EC;
}
.TagClassName
{
border-color: #BB86EC;
}
</style>