Shades of Wisteria #BB88F0
Tints of Wisteria #BB88F0
RGB
CMYK
RGB Variations
Color information
#BB88F0 (or 0xBB88F0) is known color: Wisteria. HEX triplet: BB, 88 and F0. RGB value is (187,136,240). Sum of RGB (Red+Green+Blue) = 187+136+240=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 136 (53.52% from 255 or 24.16% from 563); Blue value is 240 (94.14% from 255 or 42.63% from 563); Max value from RGB is 240 - color contains mainly: blue. Hex color #BB88F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB88F0 is #44770F. Grayscale: #A2A2A2. Windows color (decimal): -4486928 or 15763643. OLE color: 15763643.
HSL color Cylindrical-coordinate representation of color #BB88F0: hue angle of 269.42º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB88F0 is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 136 | 240 | - |
| CMYK | 0.22 | 0.43 | 0 | 0.06 |
| HSL | 269.42º | 0.78% | 0.74% | - |
| HSV(B) | 269.42º | 0.43% | 0.94% | - |
| XYZ | 45.03 | 34.46 | 86.72 | - |
| YUV | 163.11 | 171.4 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 136 | 240 | 0.22 | 0.43 | 0 | 0.06 | 269.42 | 0.78 | 0.74 |
| Hex | BB | 88 | F0 | 16 | 2B | 0 | 6 | 10D | 4E | 4A |
| Octal | 273 | 210 | 360 | 26 | 53 | 0 | 6 | 415 | 116 | 112 |
| Binary | 10111011 | 10001000 | 11110000 | 10110 | 101011 | 0 | 110 | 100001101 | 1001110 | 1001010 |
Color Harmonies of #BB88F0
Complementary color
Monochromatic Colors of #BB88F0
Black with #BB88F0
Text Example
Text Example
White with #BB88F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB88F0; }
p { color: rgb(187,136,240); }
H1.HeaderClassName
{
color: #BB88F0;
}
.AnyTagClassName
{
color: #BB88F0;
}
</style>
background-color css
<style>
a { background-color: #BB88F0; }
a { background-color: rgb(187,136,240); }
div.DivClassName
{
background-color: #BB88F0;
}
.BgClassName
{
background-color: #BB88F0;
}
</style>
border-color css
<style>
span { border-color: #BB88F0; }
span { border-color: rgb(187,136,240); }
td.TdClassName
{
border-color: #BB88F0;
}
.TagClassName
{
border-color: #BB88F0;
}
</style>