Shades of Wisteria #BB8BDE
Tints of Wisteria #BB8BDE
RGB
CMYK
RGB Variations
Color information
#BB8BDE (or 0xBB8BDE) is known color: Wisteria. HEX triplet: BB, 8B and DE. RGB value is (187,139,222). Sum of RGB (Red+Green+Blue) = 187+139+222=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 139 (54.69% from 255 or 25.36% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB8BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8BDE is #447421. Grayscale: #A2A2A2. Windows color (decimal): -4486178 or 14584763. OLE color: 14584763.
HSL color Cylindrical-coordinate representation of color #BB8BDE: hue angle of 274.7º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB8BDE is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 139 | 222 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.13 |
| HSL | 274.7º | 0.56% | 0.71% | - |
| HSV(B) | 274.7º | 0.37% | 0.87% | - |
| XYZ | 42.91 | 34.3 | 73.47 | - |
| YUV | 162.81 | 161.4 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 139 | 222 | 0.16 | 0.37 | 0 | 0.13 | 274.7 | 0.56 | 0.71 |
| Hex | BB | 8B | DE | 10 | 25 | 0 | D | 113 | 38 | 47 |
| Octal | 273 | 213 | 336 | 20 | 45 | 0 | 15 | 423 | 70 | 107 |
| Binary | 10111011 | 10001011 | 11011110 | 10000 | 100101 | 0 | 1101 | 100010011 | 111000 | 1000111 |
Color Harmonies of #BB8BDE
Complementary color
Monochromatic Colors of #BB8BDE
Black with #BB8BDE
Text Example
Text Example
White with #BB8BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8BDE; }
p { color: rgb(187,139,222); }
H1.HeaderClassName
{
color: #BB8BDE;
}
.AnyTagClassName
{
color: #BB8BDE;
}
</style>
background-color css
<style>
a { background-color: #BB8BDE; }
a { background-color: rgb(187,139,222); }
div.DivClassName
{
background-color: #BB8BDE;
}
.BgClassName
{
background-color: #BB8BDE;
}
</style>
border-color css
<style>
span { border-color: #BB8BDE; }
span { border-color: rgb(187,139,222); }
td.TdClassName
{
border-color: #BB8BDE;
}
.TagClassName
{
border-color: #BB8BDE;
}
</style>