Shades of Wisteria #BB85EC
Tints of Wisteria #BB85EC
RGB
CMYK
RGB Variations
Color information
#BB85EC (or 0xBB85EC) is known color: Wisteria. HEX triplet: BB, 85 and EC. RGB value is (187,133,236). Sum of RGB (Red+Green+Blue) = 187+133+236=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 133 (52.34% from 255 or 23.92% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB85EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB85EC is #447A13. Grayscale: #A0A0A0. Windows color (decimal): -4487700 or 15500731. OLE color: 15500731.
HSL color Cylindrical-coordinate representation of color #BB85EC: hue angle of 271.46º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB85EC is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 133 | 236 | - |
| CMYK | 0.21 | 0.44 | 0 | 0.07 |
| HSL | 271.46º | 0.73% | 0.72% | - |
| HSV(B) | 271.46º | 0.44% | 0.93% | - |
| XYZ | 44.02 | 33.4 | 83.48 | - |
| YUV | 160.89 | 170.39 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 133 | 236 | 0.21 | 0.44 | 0 | 0.07 | 271.46 | 0.73 | 0.72 |
| Hex | BB | 85 | EC | 15 | 2C | 0 | 7 | 10F | 49 | 48 |
| Octal | 273 | 205 | 354 | 25 | 54 | 0 | 7 | 417 | 111 | 110 |
| Binary | 10111011 | 10000101 | 11101100 | 10101 | 101100 | 0 | 111 | 100001111 | 1001001 | 1001000 |
Color Harmonies of #BB85EC
Complementary color
Monochromatic Colors of #BB85EC
Black with #BB85EC
Text Example
Text Example
White with #BB85EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB85EC; }
p { color: rgb(187,133,236); }
H1.HeaderClassName
{
color: #BB85EC;
}
.AnyTagClassName
{
color: #BB85EC;
}
</style>
background-color css
<style>
a { background-color: #BB85EC; }
a { background-color: rgb(187,133,236); }
div.DivClassName
{
background-color: #BB85EC;
}
.BgClassName
{
background-color: #BB85EC;
}
</style>
border-color css
<style>
span { border-color: #BB85EC; }
span { border-color: rgb(187,133,236); }
td.TdClassName
{
border-color: #BB85EC;
}
.TagClassName
{
border-color: #BB85EC;
}
</style>