Shades of Wisteria #BB80E2
Tints of Wisteria #BB80E2
RGB
CMYK
RGB Variations
Color information
#BB80E2 (or 0xBB80E2) is known color: Wisteria. HEX triplet: BB, 80 and E2. RGB value is (187,128,226). Sum of RGB (Red+Green+Blue) = 187+128+226=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 128 (50.39% from 255 or 23.66% from 541); Blue value is 226 (88.67% from 255 or 41.77% from 541); Max value from RGB is 226 - color contains mainly: blue. Hex color #BB80E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB80E2 is #447F1D. Grayscale: #9C9C9C. Windows color (decimal): -4488990 or 14844091. OLE color: 14844091.
HSL color Cylindrical-coordinate representation of color #BB80E2: hue angle of 276.12º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB80E2 is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 128 | 226 | - |
| CMYK | 0.17 | 0.43 | 0 | 0.11 |
| HSL | 276.12º | 0.63% | 0.69% | - |
| HSV(B) | 276.12º | 0.43% | 0.89% | - |
| XYZ | 41.94 | 31.49 | 75.82 | - |
| YUV | 156.81 | 167.05 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 128 | 226 | 0.17 | 0.43 | 0 | 0.11 | 276.12 | 0.63 | 0.69 |
| Hex | BB | 80 | E2 | 11 | 2B | 0 | B | 114 | 3F | 45 |
| Octal | 273 | 200 | 342 | 21 | 53 | 0 | 13 | 424 | 77 | 105 |
| Binary | 10111011 | 10000000 | 11100010 | 10001 | 101011 | 0 | 1011 | 100010100 | 111111 | 1000101 |
Color Harmonies of #BB80E2
Complementary color
Monochromatic Colors of #BB80E2
Black with #BB80E2
Text Example
Text Example
White with #BB80E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB80E2; }
p { color: rgb(187,128,226); }
H1.HeaderClassName
{
color: #BB80E2;
}
.AnyTagClassName
{
color: #BB80E2;
}
</style>
background-color css
<style>
a { background-color: #BB80E2; }
a { background-color: rgb(187,128,226); }
div.DivClassName
{
background-color: #BB80E2;
}
.BgClassName
{
background-color: #BB80E2;
}
</style>
border-color css
<style>
span { border-color: #BB80E2; }
span { border-color: rgb(187,128,226); }
td.TdClassName
{
border-color: #BB80E2;
}
.TagClassName
{
border-color: #BB80E2;
}
</style>