Shades of Wisteria #BB80EC
Tints of Wisteria #BB80EC
RGB
CMYK
RGB Variations
Color information
#BB80EC (or 0xBB80EC) is known color: Wisteria. HEX triplet: BB, 80 and EC. RGB value is (187,128,236). Sum of RGB (Red+Green+Blue) = 187+128+236=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 128 (50.39% from 255 or 23.23% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB80EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB80EC is #447F13. Grayscale: #9D9D9D. Windows color (decimal): -4488980 or 15499451. OLE color: 15499451.
HSL color Cylindrical-coordinate representation of color #BB80EC: hue angle of 272.78º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB80EC is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 128 | 236 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.07 |
| HSL | 272.78º | 0.74% | 0.71% | - |
| HSV(B) | 272.78º | 0.46% | 0.93% | - |
| XYZ | 43.35 | 32.06 | 83.26 | - |
| YUV | 157.95 | 172.05 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 128 | 236 | 0.21 | 0.46 | 0 | 0.07 | 272.78 | 0.74 | 0.71 |
| Hex | BB | 80 | EC | 15 | 2E | 0 | 7 | 111 | 4A | 47 |
| Octal | 273 | 200 | 354 | 25 | 56 | 0 | 7 | 421 | 112 | 107 |
| Binary | 10111011 | 10000000 | 11101100 | 10101 | 101110 | 0 | 111 | 100010001 | 1001010 | 1000111 |
Color Harmonies of #BB80EC
Complementary color
Monochromatic Colors of #BB80EC
Black with #BB80EC
Text Example
Text Example
White with #BB80EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB80EC; }
p { color: rgb(187,128,236); }
H1.HeaderClassName
{
color: #BB80EC;
}
.AnyTagClassName
{
color: #BB80EC;
}
</style>
background-color css
<style>
a { background-color: #BB80EC; }
a { background-color: rgb(187,128,236); }
div.DivClassName
{
background-color: #BB80EC;
}
.BgClassName
{
background-color: #BB80EC;
}
</style>
border-color css
<style>
span { border-color: #BB80EC; }
span { border-color: rgb(187,128,236); }
td.TdClassName
{
border-color: #BB80EC;
}
.TagClassName
{
border-color: #BB80EC;
}
</style>