Shades of Wisteria #BB8DDB
Tints of Wisteria #BB8DDB
RGB
CMYK
RGB Variations
Color information
#BB8DDB (or 0xBB8DDB) is known color: Wisteria. HEX triplet: BB, 8D and DB. RGB value is (187,141,219). Sum of RGB (Red+Green+Blue) = 187+141+219=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 141 (55.47% from 255 or 25.78% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB8DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8DDB is #447224. Grayscale: #A3A3A3. Windows color (decimal): -4485669 or 14388667. OLE color: 14388667.
HSL color Cylindrical-coordinate representation of color #BB8DDB: hue angle of 275.38º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB8DDB is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 141 | 219 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.14 |
| HSL | 275.38º | 0.52% | 0.71% | - |
| HSV(B) | 275.38º | 0.36% | 0.86% | - |
| XYZ | 42.8 | 34.73 | 71.47 | - |
| YUV | 163.65 | 159.24 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 141 | 219 | 0.15 | 0.36 | 0 | 0.14 | 275.38 | 0.52 | 0.71 |
| Hex | BB | 8D | DB | F | 24 | 0 | E | 113 | 34 | 47 |
| Octal | 273 | 215 | 333 | 17 | 44 | 0 | 16 | 423 | 64 | 107 |
| Binary | 10111011 | 10001101 | 11011011 | 1111 | 100100 | 0 | 1110 | 100010011 | 110100 | 1000111 |
Color Harmonies of #BB8DDB
Complementary color
Monochromatic Colors of #BB8DDB
Black with #BB8DDB
Text Example
Text Example
White with #BB8DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8DDB; }
p { color: rgb(187,141,219); }
H1.HeaderClassName
{
color: #BB8DDB;
}
.AnyTagClassName
{
color: #BB8DDB;
}
</style>
background-color css
<style>
a { background-color: #BB8DDB; }
a { background-color: rgb(187,141,219); }
div.DivClassName
{
background-color: #BB8DDB;
}
.BgClassName
{
background-color: #BB8DDB;
}
</style>
border-color css
<style>
span { border-color: #BB8DDB; }
span { border-color: rgb(187,141,219); }
td.TdClassName
{
border-color: #BB8DDB;
}
.TagClassName
{
border-color: #BB8DDB;
}
</style>