Shades of Wisteria #BB8DD0
Tints of Wisteria #BB8DD0
RGB
CMYK
RGB Variations
Color information
#BB8DD0 (or 0xBB8DD0) is known color: Wisteria. HEX triplet: BB, 8D and D0. RGB value is (187,141,208). Sum of RGB (Red+Green+Blue) = 187+141+208=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 141 (55.47% from 255 or 26.31% from 536); Blue value is 208 (81.64% from 255 or 38.81% from 536); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB8DD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8DD0 is #44722F. Grayscale: #A2A2A2. Windows color (decimal): -4485680 or 13667771. OLE color: 13667771.
HSL color Cylindrical-coordinate representation of color #BB8DD0: hue angle of 281.19º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB8DD0 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 141 | 208 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.18 |
| HSL | 281.19º | 0.42% | 0.68% | - |
| HSV(B) | 281.19º | 0.32% | 0.82% | - |
| XYZ | 41.4 | 34.17 | 64.09 | - |
| YUV | 162.39 | 153.74 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 141 | 208 | 0.10 | 0.32 | 0 | 0.18 | 281.19 | 0.42 | 0.68 |
| Hex | BB | 8D | D0 | A | 20 | 0 | 12 | 119 | 2A | 44 |
| Octal | 273 | 215 | 320 | 12 | 40 | 0 | 22 | 431 | 52 | 104 |
| Binary | 10111011 | 10001101 | 11010000 | 1010 | 100000 | 0 | 10010 | 100011001 | 101010 | 1000100 |
Color Harmonies of #BB8DD0
Complementary color
Monochromatic Colors of #BB8DD0
Black with #BB8DD0
Text Example
Text Example
White with #BB8DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8DD0; }
p { color: rgb(187,141,208); }
H1.HeaderClassName
{
color: #BB8DD0;
}
.AnyTagClassName
{
color: #BB8DD0;
}
</style>
background-color css
<style>
a { background-color: #BB8DD0; }
a { background-color: rgb(187,141,208); }
div.DivClassName
{
background-color: #BB8DD0;
}
.BgClassName
{
background-color: #BB8DD0;
}
</style>
border-color css
<style>
span { border-color: #BB8DD0; }
span { border-color: rgb(187,141,208); }
td.TdClassName
{
border-color: #BB8DD0;
}
.TagClassName
{
border-color: #BB8DD0;
}
</style>