Shades of Wisteria #BB88F7
Tints of Wisteria #BB88F7
RGB
CMYK
RGB Variations
Color information
#BB88F7 (or 0xBB88F7) is known color: Wisteria. HEX triplet: BB, 88 and F7. RGB value is (187,136,247). Sum of RGB (Red+Green+Blue) = 187+136+247=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 136 (53.52% from 255 or 23.86% from 570); Blue value is 247 (96.88% from 255 or 43.33% from 570); Max value from RGB is 247 - color contains mainly: blue. Hex color #BB88F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB88F7 is #447708. Grayscale: #A3A3A3. Windows color (decimal): -4486921 or 16222395. OLE color: 16222395.
HSL color Cylindrical-coordinate representation of color #BB88F7: hue angle of 267.57º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB88F7 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 136 | 247 | - |
| CMYK | 0.24 | 0.45 | 0 | 0.03 |
| HSL | 267.57º | 0.87% | 0.75% | - |
| HSV(B) | 267.57º | 0.45% | 0.97% | - |
| XYZ | 46.09 | 34.89 | 92.3 | - |
| YUV | 163.9 | 174.9 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 136 | 247 | 0.24 | 0.45 | 0 | 0.03 | 267.57 | 0.87 | 0.75 |
| Hex | BB | 88 | F7 | 18 | 2D | 0 | 3 | 10C | 57 | 4B |
| Octal | 273 | 210 | 367 | 30 | 55 | 0 | 3 | 414 | 127 | 113 |
| Binary | 10111011 | 10001000 | 11110111 | 11000 | 101101 | 0 | 11 | 100001100 | 1010111 | 1001011 |
Color Harmonies of #BB88F7
Complementary color
Monochromatic Colors of #BB88F7
Black with #BB88F7
Text Example
Text Example
White with #BB88F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB88F7; }
p { color: rgb(187,136,247); }
H1.HeaderClassName
{
color: #BB88F7;
}
.AnyTagClassName
{
color: #BB88F7;
}
</style>
background-color css
<style>
a { background-color: #BB88F7; }
a { background-color: rgb(187,136,247); }
div.DivClassName
{
background-color: #BB88F7;
}
.BgClassName
{
background-color: #BB88F7;
}
</style>
border-color css
<style>
span { border-color: #BB88F7; }
span { border-color: rgb(187,136,247); }
td.TdClassName
{
border-color: #BB88F7;
}
.TagClassName
{
border-color: #BB88F7;
}
</style>