Shades of Wisteria #BB86ED
Tints of Wisteria #BB86ED
RGB
CMYK
RGB Variations
Color information
#BB86ED (or 0xBB86ED) is known color: Wisteria. HEX triplet: BB, 86 and ED. RGB value is (187,134,237). Sum of RGB (Red+Green+Blue) = 187+134+237=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 134 (52.73% from 255 or 24.01% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB86ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB86ED is #447912. Grayscale: #A1A1A1. Windows color (decimal): -4487443 or 15566523. OLE color: 15566523.
HSL color Cylindrical-coordinate representation of color #BB86ED: hue angle of 270.87º degrees, saturation: 0.74, 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 #BB86ED is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 134 | 237 | - |
| CMYK | 0.21 | 0.43 | 0 | 0.07 |
| HSL | 270.87º | 0.74% | 0.73% | - |
| HSV(B) | 270.87º | 0.43% | 0.93% | - |
| XYZ | 44.3 | 33.73 | 84.3 | - |
| YUV | 161.59 | 170.56 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 134 | 237 | 0.21 | 0.43 | 0 | 0.07 | 270.87 | 0.74 | 0.73 |
| Hex | BB | 86 | ED | 15 | 2B | 0 | 7 | 10F | 4A | 49 |
| Octal | 273 | 206 | 355 | 25 | 53 | 0 | 7 | 417 | 112 | 111 |
| Binary | 10111011 | 10000110 | 11101101 | 10101 | 101011 | 0 | 111 | 100001111 | 1001010 | 1001001 |
Color Harmonies of #BB86ED
Complementary color
Monochromatic Colors of #BB86ED
Black with #BB86ED
Text Example
Text Example
White with #BB86ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB86ED; }
p { color: rgb(187,134,237); }
H1.HeaderClassName
{
color: #BB86ED;
}
.AnyTagClassName
{
color: #BB86ED;
}
</style>
background-color css
<style>
a { background-color: #BB86ED; }
a { background-color: rgb(187,134,237); }
div.DivClassName
{
background-color: #BB86ED;
}
.BgClassName
{
background-color: #BB86ED;
}
</style>
border-color css
<style>
span { border-color: #BB86ED; }
span { border-color: rgb(187,134,237); }
td.TdClassName
{
border-color: #BB86ED;
}
.TagClassName
{
border-color: #BB86ED;
}
</style>