Shades of Wisteria #BB88EC
Tints of Wisteria #BB88EC
RGB
CMYK
RGB Variations
Color information
#BB88EC (or 0xBB88EC) is known color: Wisteria. HEX triplet: BB, 88 and EC. RGB value is (187,136,236). Sum of RGB (Red+Green+Blue) = 187+136+236=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 136 (53.52% from 255 or 24.33% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB88EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB88EC is #447713. Grayscale: #A2A2A2. Windows color (decimal): -4486932 or 15501499. OLE color: 15501499.
HSL color Cylindrical-coordinate representation of color #BB88EC: hue angle of 270.6º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB88EC is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 136 | 236 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.07 |
| HSL | 270.6º | 0.72% | 0.73% | - |
| HSV(B) | 270.6º | 0.42% | 0.93% | - |
| XYZ | 44.44 | 34.23 | 83.62 | - |
| YUV | 162.65 | 169.4 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 136 | 236 | 0.21 | 0.42 | 0 | 0.07 | 270.6 | 0.72 | 0.73 |
| Hex | BB | 88 | EC | 15 | 2A | 0 | 7 | 10F | 48 | 49 |
| Octal | 273 | 210 | 354 | 25 | 52 | 0 | 7 | 417 | 110 | 111 |
| Binary | 10111011 | 10001000 | 11101100 | 10101 | 101010 | 0 | 111 | 100001111 | 1001000 | 1001001 |
Color Harmonies of #BB88EC
Complementary color
Monochromatic Colors of #BB88EC
Black with #BB88EC
Text Example
Text Example
White with #BB88EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB88EC; }
p { color: rgb(187,136,236); }
H1.HeaderClassName
{
color: #BB88EC;
}
.AnyTagClassName
{
color: #BB88EC;
}
</style>
background-color css
<style>
a { background-color: #BB88EC; }
a { background-color: rgb(187,136,236); }
div.DivClassName
{
background-color: #BB88EC;
}
.BgClassName
{
background-color: #BB88EC;
}
</style>
border-color css
<style>
span { border-color: #BB88EC; }
span { border-color: rgb(187,136,236); }
td.TdClassName
{
border-color: #BB88EC;
}
.TagClassName
{
border-color: #BB88EC;
}
</style>