Shades of Wisteria #BB86F1
Tints of Wisteria #BB86F1
RGB
CMYK
RGB Variations
Color information
#BB86F1 (or 0xBB86F1) is known color: Wisteria. HEX triplet: BB, 86 and F1. RGB value is (187,134,241). Sum of RGB (Red+Green+Blue) = 187+134+241=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 134 (52.73% from 255 or 23.84% from 562); Blue value is 241 (94.53% from 255 or 42.88% from 562); Max value from RGB is 241 - color contains mainly: blue. Hex color #BB86F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB86F1 is #44790E. Grayscale: #A1A1A1. Windows color (decimal): -4487439 or 15828667. OLE color: 15828667.
HSL color Cylindrical-coordinate representation of color #BB86F1: hue angle of 269.72º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB86F1 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 134 | 241 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.05 |
| HSL | 269.72º | 0.79% | 0.74% | - |
| HSV(B) | 269.72º | 0.44% | 0.95% | - |
| XYZ | 44.9 | 33.97 | 87.41 | - |
| YUV | 162.05 | 172.56 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 134 | 241 | 0.22 | 0.44 | 0 | 0.05 | 269.72 | 0.79 | 0.74 |
| Hex | BB | 86 | F1 | 16 | 2C | 0 | 5 | 10E | 4F | 4A |
| Octal | 273 | 206 | 361 | 26 | 54 | 0 | 5 | 416 | 117 | 112 |
| Binary | 10111011 | 10000110 | 11110001 | 10110 | 101100 | 0 | 101 | 100001110 | 1001111 | 1001010 |
Color Harmonies of #BB86F1
Complementary color
Monochromatic Colors of #BB86F1
Black with #BB86F1
Text Example
Text Example
White with #BB86F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB86F1; }
p { color: rgb(187,134,241); }
H1.HeaderClassName
{
color: #BB86F1;
}
.AnyTagClassName
{
color: #BB86F1;
}
</style>
background-color css
<style>
a { background-color: #BB86F1; }
a { background-color: rgb(187,134,241); }
div.DivClassName
{
background-color: #BB86F1;
}
.BgClassName
{
background-color: #BB86F1;
}
</style>
border-color css
<style>
span { border-color: #BB86F1; }
span { border-color: rgb(187,134,241); }
td.TdClassName
{
border-color: #BB86F1;
}
.TagClassName
{
border-color: #BB86F1;
}
</style>