Shades of Wisteria #BB86F0
Tints of Wisteria #BB86F0
RGB
CMYK
RGB Variations
Color information
#BB86F0 (or 0xBB86F0) is known color: Wisteria. HEX triplet: BB, 86 and F0. RGB value is (187,134,240). Sum of RGB (Red+Green+Blue) = 187+134+240=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 134 (52.73% from 255 or 23.89% from 561); Blue value is 240 (94.14% from 255 or 42.78% from 561); Max value from RGB is 240 - color contains mainly: blue. Hex color #BB86F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB86F0 is #44790F. Grayscale: #A1A1A1. Windows color (decimal): -4487440 or 15763131. OLE color: 15763131.
HSL color Cylindrical-coordinate representation of color #BB86F0: hue angle of 270º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB86F0 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 134 | 240 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.06 |
| HSL | 270º | 0.78% | 0.73% | - |
| HSV(B) | 270º | 0.44% | 0.94% | - |
| XYZ | 44.75 | 33.91 | 86.62 | - |
| YUV | 161.93 | 172.06 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 134 | 240 | 0.22 | 0.44 | 0 | 0.06 | 270 | 0.78 | 0.73 |
| Hex | BB | 86 | F0 | 16 | 2C | 0 | 6 | 10E | 4E | 49 |
| Octal | 273 | 206 | 360 | 26 | 54 | 0 | 6 | 416 | 116 | 111 |
| Binary | 10111011 | 10000110 | 11110000 | 10110 | 101100 | 0 | 110 | 100001110 | 1001110 | 1001001 |
Color Harmonies of #BB86F0
Complementary color
Monochromatic Colors of #BB86F0
Black with #BB86F0
Text Example
Text Example
White with #BB86F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB86F0; }
p { color: rgb(187,134,240); }
H1.HeaderClassName
{
color: #BB86F0;
}
.AnyTagClassName
{
color: #BB86F0;
}
</style>
background-color css
<style>
a { background-color: #BB86F0; }
a { background-color: rgb(187,134,240); }
div.DivClassName
{
background-color: #BB86F0;
}
.BgClassName
{
background-color: #BB86F0;
}
</style>
border-color css
<style>
span { border-color: #BB86F0; }
span { border-color: rgb(187,134,240); }
td.TdClassName
{
border-color: #BB86F0;
}
.TagClassName
{
border-color: #BB86F0;
}
</style>