Shades of Wisteria #BB8AE9
Tints of Wisteria #BB8AE9
RGB
CMYK
RGB Variations
Color information
#BB8AE9 (or 0xBB8AE9) is known color: Wisteria. HEX triplet: BB, 8A and E9. RGB value is (187,138,233). Sum of RGB (Red+Green+Blue) = 187+138+233=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 138 (54.30% from 255 or 24.73% from 558); Blue value is 233 (91.41% from 255 or 41.76% from 558); Max value from RGB is 233 - color contains mainly: blue. Hex color #BB8AE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8AE9 is #447516. Grayscale: #A3A3A3. Windows color (decimal): -4486423 or 15305403. OLE color: 15305403.
HSL color Cylindrical-coordinate representation of color #BB8AE9: hue angle of 270.95º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB8AE9 is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 138 | 233 | - |
| CMYK | 0.20 | 0.41 | 0 | 0.09 |
| HSL | 270.95º | 0.68% | 0.73% | - |
| HSV(B) | 270.95º | 0.41% | 0.91% | - |
| XYZ | 44.29 | 34.62 | 81.44 | - |
| YUV | 163.48 | 167.23 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 138 | 233 | 0.20 | 0.41 | 0 | 0.09 | 270.95 | 0.68 | 0.73 |
| Hex | BB | 8A | E9 | 14 | 29 | 0 | 9 | 10F | 44 | 49 |
| Octal | 273 | 212 | 351 | 24 | 51 | 0 | 11 | 417 | 104 | 111 |
| Binary | 10111011 | 10001010 | 11101001 | 10100 | 101001 | 0 | 1001 | 100001111 | 1000100 | 1001001 |
Color Harmonies of #BB8AE9
Complementary color
Monochromatic Colors of #BB8AE9
Black with #BB8AE9
Text Example
Text Example
White with #BB8AE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8AE9; }
p { color: rgb(187,138,233); }
H1.HeaderClassName
{
color: #BB8AE9;
}
.AnyTagClassName
{
color: #BB8AE9;
}
</style>
background-color css
<style>
a { background-color: #BB8AE9; }
a { background-color: rgb(187,138,233); }
div.DivClassName
{
background-color: #BB8AE9;
}
.BgClassName
{
background-color: #BB8AE9;
}
</style>
border-color css
<style>
span { border-color: #BB8AE9; }
span { border-color: rgb(187,138,233); }
td.TdClassName
{
border-color: #BB8AE9;
}
.TagClassName
{
border-color: #BB8AE9;
}
</style>