Shades of Wisteria #BB88ED
Tints of Wisteria #BB88ED
RGB
CMYK
RGB Variations
Color information
#BB88ED (or 0xBB88ED) is known color: Wisteria. HEX triplet: BB, 88 and ED. RGB value is (187,136,237). Sum of RGB (Red+Green+Blue) = 187+136+237=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 136 (53.52% from 255 or 24.29% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB88ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB88ED is #447712. Grayscale: #A2A2A2. Windows color (decimal): -4486931 or 15567035. OLE color: 15567035.
HSL color Cylindrical-coordinate representation of color #BB88ED: hue angle of 270.3º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB88ED is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 136 | 237 | - |
| CMYK | 0.21 | 0.43 | 0 | 0.07 |
| HSL | 270.3º | 0.74% | 0.73% | - |
| HSV(B) | 270.3º | 0.43% | 0.93% | - |
| XYZ | 44.58 | 34.29 | 84.39 | - |
| YUV | 162.76 | 169.9 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 136 | 237 | 0.21 | 0.43 | 0 | 0.07 | 270.3 | 0.74 | 0.73 |
| Hex | BB | 88 | ED | 15 | 2B | 0 | 7 | 10E | 4A | 49 |
| Octal | 273 | 210 | 355 | 25 | 53 | 0 | 7 | 416 | 112 | 111 |
| Binary | 10111011 | 10001000 | 11101101 | 10101 | 101011 | 0 | 111 | 100001110 | 1001010 | 1001001 |
Color Harmonies of #BB88ED
Complementary color
Monochromatic Colors of #BB88ED
Black with #BB88ED
Text Example
Text Example
White with #BB88ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB88ED; }
p { color: rgb(187,136,237); }
H1.HeaderClassName
{
color: #BB88ED;
}
.AnyTagClassName
{
color: #BB88ED;
}
</style>
background-color css
<style>
a { background-color: #BB88ED; }
a { background-color: rgb(187,136,237); }
div.DivClassName
{
background-color: #BB88ED;
}
.BgClassName
{
background-color: #BB88ED;
}
</style>
border-color css
<style>
span { border-color: #BB88ED; }
span { border-color: rgb(187,136,237); }
td.TdClassName
{
border-color: #BB88ED;
}
.TagClassName
{
border-color: #BB88ED;
}
</style>