Shades of Wisteria #BB8BEB
Tints of Wisteria #BB8BEB
RGB
CMYK
RGB Variations
Color information
#BB8BEB (or 0xBB8BEB) is known color: Wisteria. HEX triplet: BB, 8B and EB. RGB value is (187,139,235). Sum of RGB (Red+Green+Blue) = 187+139+235=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 139 (54.69% from 255 or 24.78% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: blue. Hex color #BB8BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8BEB is #447414. Grayscale: #A3A3A3. Windows color (decimal): -4486165 or 15436731. OLE color: 15436731.
HSL color Cylindrical-coordinate representation of color #BB8BEB: hue angle of 270º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB8BEB is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 139 | 235 | - |
| CMYK | 0.20 | 0.41 | 0 | 0.08 |
| HSL | 270º | 0.71% | 0.73% | - |
| HSV(B) | 270º | 0.41% | 0.92% | - |
| XYZ | 44.72 | 35.03 | 83 | - |
| YUV | 164.3 | 167.9 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 139 | 235 | 0.20 | 0.41 | 0 | 0.08 | 270 | 0.71 | 0.73 |
| Hex | BB | 8B | EB | 14 | 29 | 0 | 8 | 10E | 47 | 49 |
| Octal | 273 | 213 | 353 | 24 | 51 | 0 | 10 | 416 | 107 | 111 |
| Binary | 10111011 | 10001011 | 11101011 | 10100 | 101001 | 0 | 1000 | 100001110 | 1000111 | 1001001 |
Color Harmonies of #BB8BEB
Complementary color
Monochromatic Colors of #BB8BEB
Black with #BB8BEB
Text Example
Text Example
White with #BB8BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8BEB; }
p { color: rgb(187,139,235); }
H1.HeaderClassName
{
color: #BB8BEB;
}
.AnyTagClassName
{
color: #BB8BEB;
}
</style>
background-color css
<style>
a { background-color: #BB8BEB; }
a { background-color: rgb(187,139,235); }
div.DivClassName
{
background-color: #BB8BEB;
}
.BgClassName
{
background-color: #BB8BEB;
}
</style>
border-color css
<style>
span { border-color: #BB8BEB; }
span { border-color: rgb(187,139,235); }
td.TdClassName
{
border-color: #BB8BEB;
}
.TagClassName
{
border-color: #BB8BEB;
}
</style>