Shades of Wisteria #BB86EA
Tints of Wisteria #BB86EA
RGB
CMYK
RGB Variations
Color information
#BB86EA (or 0xBB86EA) is known color: Wisteria. HEX triplet: BB, 86 and EA. RGB value is (187,134,234). Sum of RGB (Red+Green+Blue) = 187+134+234=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 134 (52.73% from 255 or 24.14% from 555); Blue value is 234 (91.80% from 255 or 42.16% from 555); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB86EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB86EA is #447915. Grayscale: #A0A0A0. Windows color (decimal): -4487446 or 15369915. OLE color: 15369915.
HSL color Cylindrical-coordinate representation of color #BB86EA: hue angle of 271.8º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB86EA is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 134 | 234 | - |
| CMYK | 0.20 | 0.43 | 0 | 0.08 |
| HSL | 271.8º | 0.7% | 0.72% | - |
| HSV(B) | 271.8º | 0.43% | 0.92% | - |
| XYZ | 43.87 | 33.56 | 82.01 | - |
| YUV | 161.25 | 169.06 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 134 | 234 | 0.20 | 0.43 | 0 | 0.08 | 271.8 | 0.7 | 0.72 |
| Hex | BB | 86 | EA | 14 | 2B | 0 | 8 | 110 | 46 | 48 |
| Octal | 273 | 206 | 352 | 24 | 53 | 0 | 10 | 420 | 106 | 110 |
| Binary | 10111011 | 10000110 | 11101010 | 10100 | 101011 | 0 | 1000 | 100010000 | 1000110 | 1001000 |
Color Harmonies of #BB86EA
Complementary color
Monochromatic Colors of #BB86EA
Black with #BB86EA
Text Example
Text Example
White with #BB86EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB86EA; }
p { color: rgb(187,134,234); }
H1.HeaderClassName
{
color: #BB86EA;
}
.AnyTagClassName
{
color: #BB86EA;
}
</style>
background-color css
<style>
a { background-color: #BB86EA; }
a { background-color: rgb(187,134,234); }
div.DivClassName
{
background-color: #BB86EA;
}
.BgClassName
{
background-color: #BB86EA;
}
</style>
border-color css
<style>
span { border-color: #BB86EA; }
span { border-color: rgb(187,134,234); }
td.TdClassName
{
border-color: #BB86EA;
}
.TagClassName
{
border-color: #BB86EA;
}
</style>