Shades of Wisteria #BB8BD6
Tints of Wisteria #BB8BD6
RGB
CMYK
RGB Variations
Color information
#BB8BD6 (or 0xBB8BD6) is known color: Wisteria. HEX triplet: BB, 8B and D6. RGB value is (187,139,214). Sum of RGB (Red+Green+Blue) = 187+139+214=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 139 (54.69% from 255 or 25.74% from 540); Blue value is 214 (83.98% from 255 or 39.63% from 540); Max value from RGB is 214 - color contains mainly: blue. Hex color #BB8BD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8BD6 is #447429. Grayscale: #A1A1A1. Windows color (decimal): -4486186 or 14060475. OLE color: 14060475.
HSL color Cylindrical-coordinate representation of color #BB8BD6: hue angle of 278.4º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB8BD6 is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 139 | 214 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.16 |
| HSL | 278.4º | 0.48% | 0.69% | - |
| HSV(B) | 278.4º | 0.35% | 0.84% | - |
| XYZ | 41.86 | 33.89 | 67.95 | - |
| YUV | 161.9 | 157.4 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 139 | 214 | 0.13 | 0.35 | 0 | 0.16 | 278.4 | 0.48 | 0.69 |
| Hex | BB | 8B | D6 | D | 23 | 0 | 10 | 116 | 30 | 45 |
| Octal | 273 | 213 | 326 | 15 | 43 | 0 | 20 | 426 | 60 | 105 |
| Binary | 10111011 | 10001011 | 11010110 | 1101 | 100011 | 0 | 10000 | 100010110 | 110000 | 1000101 |
Color Harmonies of #BB8BD6
Complementary color
Monochromatic Colors of #BB8BD6
Black with #BB8BD6
Text Example
Text Example
White with #BB8BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8BD6; }
p { color: rgb(187,139,214); }
H1.HeaderClassName
{
color: #BB8BD6;
}
.AnyTagClassName
{
color: #BB8BD6;
}
</style>
background-color css
<style>
a { background-color: #BB8BD6; }
a { background-color: rgb(187,139,214); }
div.DivClassName
{
background-color: #BB8BD6;
}
.BgClassName
{
background-color: #BB8BD6;
}
</style>
border-color css
<style>
span { border-color: #BB8BD6; }
span { border-color: rgb(187,139,214); }
td.TdClassName
{
border-color: #BB8BD6;
}
.TagClassName
{
border-color: #BB8BD6;
}
</style>