Shades of Wisteria #BB8BDB
Tints of Wisteria #BB8BDB
RGB
CMYK
RGB Variations
Color information
#BB8BDB (or 0xBB8BDB) is known color: Wisteria. HEX triplet: BB, 8B and DB. RGB value is (187,139,219). Sum of RGB (Red+Green+Blue) = 187+139+219=545 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.31% from 545); Green value is 139 (54.69% from 255 or 25.50% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB8BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8BDB is #447424. Grayscale: #A2A2A2. Windows color (decimal): -4486181 or 14388155. OLE color: 14388155.
HSL color Cylindrical-coordinate representation of color #BB8BDB: hue angle of 276º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB8BDB is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 139 | 219 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.14 |
| HSL | 276º | 0.53% | 0.7% | - |
| HSV(B) | 276º | 0.37% | 0.86% | - |
| XYZ | 42.51 | 34.14 | 71.37 | - |
| YUV | 162.47 | 159.9 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 139 | 219 | 0.15 | 0.37 | 0 | 0.14 | 276 | 0.53 | 0.7 |
| Hex | BB | 8B | DB | F | 25 | 0 | E | 114 | 35 | 46 |
| Octal | 273 | 213 | 333 | 17 | 45 | 0 | 16 | 424 | 65 | 106 |
| Binary | 10111011 | 10001011 | 11011011 | 1111 | 100101 | 0 | 1110 | 100010100 | 110101 | 1000110 |
Color Harmonies of #BB8BDB
Complementary color
Monochromatic Colors of #BB8BDB
Black with #BB8BDB
Text Example
Text Example
White with #BB8BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8BDB; }
p { color: rgb(187,139,219); }
H1.HeaderClassName
{
color: #BB8BDB;
}
.AnyTagClassName
{
color: #BB8BDB;
}
</style>
background-color css
<style>
a { background-color: #BB8BDB; }
a { background-color: rgb(187,139,219); }
div.DivClassName
{
background-color: #BB8BDB;
}
.BgClassName
{
background-color: #BB8BDB;
}
</style>
border-color css
<style>
span { border-color: #BB8BDB; }
span { border-color: rgb(187,139,219); }
td.TdClassName
{
border-color: #BB8BDB;
}
.TagClassName
{
border-color: #BB8BDB;
}
</style>