Shades of Wisteria #BB85E9
Tints of Wisteria #BB85E9
RGB
CMYK
RGB Variations
Color information
#BB85E9 (or 0xBB85E9) is known color: Wisteria. HEX triplet: BB, 85 and E9. RGB value is (187,133,233). Sum of RGB (Red+Green+Blue) = 187+133+233=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 133 (52.34% from 255 or 24.05% from 553); Blue value is 233 (91.41% from 255 or 42.13% from 553); Max value from RGB is 233 - color contains mainly: blue. Hex color #BB85E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB85E9 is #447A16. Grayscale: #A0A0A0. Windows color (decimal): -4487703 or 15304123. OLE color: 15304123.
HSL color Cylindrical-coordinate representation of color #BB85E9: hue angle of 272.4º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB85E9 is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 133 | 233 | - |
| CMYK | 0.20 | 0.43 | 0 | 0.09 |
| HSL | 272.4º | 0.69% | 0.72% | - |
| HSV(B) | 272.4º | 0.43% | 0.91% | - |
| XYZ | 43.59 | 33.22 | 81.21 | - |
| YUV | 160.55 | 168.89 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 133 | 233 | 0.20 | 0.43 | 0 | 0.09 | 272.4 | 0.69 | 0.72 |
| Hex | BB | 85 | E9 | 14 | 2B | 0 | 9 | 110 | 45 | 48 |
| Octal | 273 | 205 | 351 | 24 | 53 | 0 | 11 | 420 | 105 | 110 |
| Binary | 10111011 | 10000101 | 11101001 | 10100 | 101011 | 0 | 1001 | 100010000 | 1000101 | 1001000 |
Color Harmonies of #BB85E9
Complementary color
Monochromatic Colors of #BB85E9
Black with #BB85E9
Text Example
Text Example
White with #BB85E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB85E9; }
p { color: rgb(187,133,233); }
H1.HeaderClassName
{
color: #BB85E9;
}
.AnyTagClassName
{
color: #BB85E9;
}
</style>
background-color css
<style>
a { background-color: #BB85E9; }
a { background-color: rgb(187,133,233); }
div.DivClassName
{
background-color: #BB85E9;
}
.BgClassName
{
background-color: #BB85E9;
}
</style>
border-color css
<style>
span { border-color: #BB85E9; }
span { border-color: rgb(187,133,233); }
td.TdClassName
{
border-color: #BB85E9;
}
.TagClassName
{
border-color: #BB85E9;
}
</style>