Shades of Wisteria #BB8FDB
Tints of Wisteria #BB8FDB
RGB
CMYK
RGB Variations
Color information
#BB8FDB (or 0xBB8FDB) is known color: Wisteria. HEX triplet: BB, 8F and DB. RGB value is (187,143,219). Sum of RGB (Red+Green+Blue) = 187+143+219=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 143 (56.25% from 255 or 26.05% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB8FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8FDB is #447024. Grayscale: #A4A4A4. Windows color (decimal): -4485157 or 14389179. OLE color: 14389179.
HSL color Cylindrical-coordinate representation of color #BB8FDB: hue angle of 274.74º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB8FDB is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 143 | 219 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.14 |
| HSL | 274.74º | 0.51% | 0.71% | - |
| HSV(B) | 274.74º | 0.35% | 0.86% | - |
| XYZ | 43.1 | 35.32 | 71.56 | - |
| YUV | 164.82 | 158.58 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 143 | 219 | 0.15 | 0.35 | 0 | 0.14 | 274.74 | 0.51 | 0.71 |
| Hex | BB | 8F | DB | F | 23 | 0 | E | 113 | 33 | 47 |
| Octal | 273 | 217 | 333 | 17 | 43 | 0 | 16 | 423 | 63 | 107 |
| Binary | 10111011 | 10001111 | 11011011 | 1111 | 100011 | 0 | 1110 | 100010011 | 110011 | 1000111 |
Color Harmonies of #BB8FDB
Complementary color
Monochromatic Colors of #BB8FDB
Black with #BB8FDB
Text Example
Text Example
White with #BB8FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8FDB; }
p { color: rgb(187,143,219); }
H1.HeaderClassName
{
color: #BB8FDB;
}
.AnyTagClassName
{
color: #BB8FDB;
}
</style>
background-color css
<style>
a { background-color: #BB8FDB; }
a { background-color: rgb(187,143,219); }
div.DivClassName
{
background-color: #BB8FDB;
}
.BgClassName
{
background-color: #BB8FDB;
}
</style>
border-color css
<style>
span { border-color: #BB8FDB; }
span { border-color: rgb(187,143,219); }
td.TdClassName
{
border-color: #BB8FDB;
}
.TagClassName
{
border-color: #BB8FDB;
}
</style>