Shades of Wisteria #BB8BEA
Tints of Wisteria #BB8BEA
RGB
CMYK
RGB Variations
Color information
#BB8BEA (or 0xBB8BEA) is known color: Wisteria. HEX triplet: BB, 8B and EA. RGB value is (187,139,234). Sum of RGB (Red+Green+Blue) = 187+139+234=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 139 (54.69% from 255 or 24.82% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB8BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8BEA is #447415. Grayscale: #A3A3A3. Windows color (decimal): -4486166 or 15371195. OLE color: 15371195.
HSL color Cylindrical-coordinate representation of color #BB8BEA: hue angle of 270.32º degrees, saturation: 0.69, 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 #BB8BEA is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 139 | 234 | - |
| CMYK | 0.20 | 0.41 | 0 | 0.08 |
| HSL | 270.32º | 0.69% | 0.73% | - |
| HSV(B) | 270.32º | 0.41% | 0.92% | - |
| XYZ | 44.58 | 34.97 | 82.24 | - |
| YUV | 164.18 | 167.4 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 139 | 234 | 0.20 | 0.41 | 0 | 0.08 | 270.32 | 0.69 | 0.73 |
| Hex | BB | 8B | EA | 14 | 29 | 0 | 8 | 10E | 45 | 49 |
| Octal | 273 | 213 | 352 | 24 | 51 | 0 | 10 | 416 | 105 | 111 |
| Binary | 10111011 | 10001011 | 11101010 | 10100 | 101001 | 0 | 1000 | 100001110 | 1000101 | 1001001 |
Color Harmonies of #BB8BEA
Complementary color
Monochromatic Colors of #BB8BEA
Black with #BB8BEA
Text Example
Text Example
White with #BB8BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8BEA; }
p { color: rgb(187,139,234); }
H1.HeaderClassName
{
color: #BB8BEA;
}
.AnyTagClassName
{
color: #BB8BEA;
}
</style>
background-color css
<style>
a { background-color: #BB8BEA; }
a { background-color: rgb(187,139,234); }
div.DivClassName
{
background-color: #BB8BEA;
}
.BgClassName
{
background-color: #BB8BEA;
}
</style>
border-color css
<style>
span { border-color: #BB8BEA; }
span { border-color: rgb(187,139,234); }
td.TdClassName
{
border-color: #BB8BEA;
}
.TagClassName
{
border-color: #BB8BEA;
}
</style>