Shades of Wisteria #BB8CDB
Tints of Wisteria #BB8CDB
RGB
CMYK
RGB Variations
Color information
#BB8CDB (or 0xBB8CDB) is known color: Wisteria. HEX triplet: BB, 8C and DB. RGB value is (187,140,219). Sum of RGB (Red+Green+Blue) = 187+140+219=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 140 (55.08% from 255 or 25.64% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB8CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8CDB is #447324. Grayscale: #A2A2A2. Windows color (decimal): -4485925 or 14388411. OLE color: 14388411.
HSL color Cylindrical-coordinate representation of color #BB8CDB: hue angle of 275.7º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB8CDB is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 140 | 219 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.14 |
| HSL | 275.7º | 0.52% | 0.7% | - |
| HSV(B) | 275.7º | 0.36% | 0.86% | - |
| XYZ | 42.66 | 34.44 | 71.42 | - |
| YUV | 163.06 | 159.57 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 140 | 219 | 0.15 | 0.36 | 0 | 0.14 | 275.7 | 0.52 | 0.7 |
| Hex | BB | 8C | DB | F | 24 | 0 | E | 114 | 34 | 46 |
| Octal | 273 | 214 | 333 | 17 | 44 | 0 | 16 | 424 | 64 | 106 |
| Binary | 10111011 | 10001100 | 11011011 | 1111 | 100100 | 0 | 1110 | 100010100 | 110100 | 1000110 |
Color Harmonies of #BB8CDB
Complementary color
Monochromatic Colors of #BB8CDB
Black with #BB8CDB
Text Example
Text Example
White with #BB8CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8CDB; }
p { color: rgb(187,140,219); }
H1.HeaderClassName
{
color: #BB8CDB;
}
.AnyTagClassName
{
color: #BB8CDB;
}
</style>
background-color css
<style>
a { background-color: #BB8CDB; }
a { background-color: rgb(187,140,219); }
div.DivClassName
{
background-color: #BB8CDB;
}
.BgClassName
{
background-color: #BB8CDB;
}
</style>
border-color css
<style>
span { border-color: #BB8CDB; }
span { border-color: rgb(187,140,219); }
td.TdClassName
{
border-color: #BB8CDB;
}
.TagClassName
{
border-color: #BB8CDB;
}
</style>