Shades of Wisteria #BB85ED
Tints of Wisteria #BB85ED
RGB
CMYK
RGB Variations
Color information
#BB85ED (or 0xBB85ED) is known color: Wisteria. HEX triplet: BB, 85 and ED. RGB value is (187,133,237). Sum of RGB (Red+Green+Blue) = 187+133+237=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 133 (52.34% from 255 or 23.88% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB85ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB85ED is #447A12. Grayscale: #A0A0A0. Windows color (decimal): -4487699 or 15566267. OLE color: 15566267.
HSL color Cylindrical-coordinate representation of color #BB85ED: hue angle of 271.15º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB85ED is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 133 | 237 | - |
| CMYK | 0.21 | 0.44 | 0 | 0.07 |
| HSL | 271.15º | 0.74% | 0.73% | - |
| HSV(B) | 271.15º | 0.44% | 0.93% | - |
| XYZ | 44.17 | 33.45 | 84.25 | - |
| YUV | 161 | 170.89 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 133 | 237 | 0.21 | 0.44 | 0 | 0.07 | 271.15 | 0.74 | 0.73 |
| Hex | BB | 85 | ED | 15 | 2C | 0 | 7 | 10F | 4A | 49 |
| Octal | 273 | 205 | 355 | 25 | 54 | 0 | 7 | 417 | 112 | 111 |
| Binary | 10111011 | 10000101 | 11101101 | 10101 | 101100 | 0 | 111 | 100001111 | 1001010 | 1001001 |
Color Harmonies of #BB85ED
Complementary color
Monochromatic Colors of #BB85ED
Black with #BB85ED
Text Example
Text Example
White with #BB85ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB85ED; }
p { color: rgb(187,133,237); }
H1.HeaderClassName
{
color: #BB85ED;
}
.AnyTagClassName
{
color: #BB85ED;
}
</style>
background-color css
<style>
a { background-color: #BB85ED; }
a { background-color: rgb(187,133,237); }
div.DivClassName
{
background-color: #BB85ED;
}
.BgClassName
{
background-color: #BB85ED;
}
</style>
border-color css
<style>
span { border-color: #BB85ED; }
span { border-color: rgb(187,133,237); }
td.TdClassName
{
border-color: #BB85ED;
}
.TagClassName
{
border-color: #BB85ED;
}
</style>