Shades of Wisteria #BB88EE
Tints of Wisteria #BB88EE
RGB
CMYK
RGB Variations
Color information
#BB88EE (or 0xBB88EE) is known color: Wisteria. HEX triplet: BB, 88 and EE. RGB value is (187,136,238). Sum of RGB (Red+Green+Blue) = 187+136+238=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 136 (53.52% from 255 or 24.24% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB88EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB88EE is #447711. Grayscale: #A2A2A2. Windows color (decimal): -4486930 or 15632571. OLE color: 15632571.
HSL color Cylindrical-coordinate representation of color #BB88EE: hue angle of 270º degrees, saturation: 0.75, 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 #BB88EE is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 136 | 238 | - |
| CMYK | 0.21 | 0.43 | 0 | 0.07 |
| HSL | 270º | 0.75% | 0.73% | - |
| HSV(B) | 270º | 0.43% | 0.93% | - |
| XYZ | 44.73 | 34.35 | 85.16 | - |
| YUV | 162.88 | 170.4 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 136 | 238 | 0.21 | 0.43 | 0 | 0.07 | 270 | 0.75 | 0.73 |
| Hex | BB | 88 | EE | 15 | 2B | 0 | 7 | 10E | 4B | 49 |
| Octal | 273 | 210 | 356 | 25 | 53 | 0 | 7 | 416 | 113 | 111 |
| Binary | 10111011 | 10001000 | 11101110 | 10101 | 101011 | 0 | 111 | 100001110 | 1001011 | 1001001 |
Color Harmonies of #BB88EE
Complementary color
Monochromatic Colors of #BB88EE
Black with #BB88EE
Text Example
Text Example
White with #BB88EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB88EE; }
p { color: rgb(187,136,238); }
H1.HeaderClassName
{
color: #BB88EE;
}
.AnyTagClassName
{
color: #BB88EE;
}
</style>
background-color css
<style>
a { background-color: #BB88EE; }
a { background-color: rgb(187,136,238); }
div.DivClassName
{
background-color: #BB88EE;
}
.BgClassName
{
background-color: #BB88EE;
}
</style>
border-color css
<style>
span { border-color: #BB88EE; }
span { border-color: rgb(187,136,238); }
td.TdClassName
{
border-color: #BB88EE;
}
.TagClassName
{
border-color: #BB88EE;
}
</style>