Shades of Wisteria #BB86E4
Tints of Wisteria #BB86E4
RGB
CMYK
RGB Variations
Color information
#BB86E4 (or 0xBB86E4) is known color: Wisteria. HEX triplet: BB, 86 and E4. RGB value is (187,134,228). Sum of RGB (Red+Green+Blue) = 187+134+228=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 134 (52.73% from 255 or 24.41% from 549); Blue value is 228 (89.45% from 255 or 41.53% from 549); Max value from RGB is 228 - color contains mainly: blue. Hex color #BB86E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB86E4 is #44791B. Grayscale: #A0A0A0. Windows color (decimal): -4487452 or 14976699. OLE color: 14976699.
HSL color Cylindrical-coordinate representation of color #BB86E4: hue angle of 273.83º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB86E4 is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 134 | 228 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.11 |
| HSL | 273.83º | 0.64% | 0.71% | - |
| HSV(B) | 273.83º | 0.41% | 0.89% | - |
| XYZ | 43.02 | 33.22 | 77.54 | - |
| YUV | 160.56 | 166.06 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 134 | 228 | 0.18 | 0.41 | 0 | 0.11 | 273.83 | 0.64 | 0.71 |
| Hex | BB | 86 | E4 | 12 | 29 | 0 | B | 112 | 40 | 47 |
| Octal | 273 | 206 | 344 | 22 | 51 | 0 | 13 | 422 | 100 | 107 |
| Binary | 10111011 | 10000110 | 11100100 | 10010 | 101001 | 0 | 1011 | 100010010 | 1000000 | 1000111 |
Color Harmonies of #BB86E4
Complementary color
Monochromatic Colors of #BB86E4
Black with #BB86E4
Text Example
Text Example
White with #BB86E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB86E4; }
p { color: rgb(187,134,228); }
H1.HeaderClassName
{
color: #BB86E4;
}
.AnyTagClassName
{
color: #BB86E4;
}
</style>
background-color css
<style>
a { background-color: #BB86E4; }
a { background-color: rgb(187,134,228); }
div.DivClassName
{
background-color: #BB86E4;
}
.BgClassName
{
background-color: #BB86E4;
}
</style>
border-color css
<style>
span { border-color: #BB86E4; }
span { border-color: rgb(187,134,228); }
td.TdClassName
{
border-color: #BB86E4;
}
.TagClassName
{
border-color: #BB86E4;
}
</style>