Shades of Wisteria #BB81E8
Tints of Wisteria #BB81E8
RGB
CMYK
RGB Variations
Color information
#BB81E8 (or 0xBB81E8) is known color: Wisteria. HEX triplet: BB, 81 and E8. RGB value is (187,129,232). Sum of RGB (Red+Green+Blue) = 187+129+232=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 129 (50.78% from 255 or 23.54% from 548); Blue value is 232 (91.02% from 255 or 42.34% from 548); Max value from RGB is 232 - color contains mainly: blue. Hex color #BB81E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB81E8 is #447E17. Grayscale: #9D9D9D. Windows color (decimal): -4488728 or 15237563. OLE color: 15237563.
HSL color Cylindrical-coordinate representation of color #BB81E8: hue angle of 273.79º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB81E8 is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 129 | 232 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.09 |
| HSL | 273.79º | 0.69% | 0.71% | - |
| HSV(B) | 273.79º | 0.44% | 0.91% | - |
| XYZ | 42.91 | 32.09 | 80.28 | - |
| YUV | 158.08 | 169.72 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 129 | 232 | 0.19 | 0.44 | 0 | 0.09 | 273.79 | 0.69 | 0.71 |
| Hex | BB | 81 | E8 | 13 | 2C | 0 | 9 | 112 | 45 | 47 |
| Octal | 273 | 201 | 350 | 23 | 54 | 0 | 11 | 422 | 105 | 107 |
| Binary | 10111011 | 10000001 | 11101000 | 10011 | 101100 | 0 | 1001 | 100010010 | 1000101 | 1000111 |
Color Harmonies of #BB81E8
Complementary color
Monochromatic Colors of #BB81E8
Black with #BB81E8
Text Example
Text Example
White with #BB81E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB81E8; }
p { color: rgb(187,129,232); }
H1.HeaderClassName
{
color: #BB81E8;
}
.AnyTagClassName
{
color: #BB81E8;
}
</style>
background-color css
<style>
a { background-color: #BB81E8; }
a { background-color: rgb(187,129,232); }
div.DivClassName
{
background-color: #BB81E8;
}
.BgClassName
{
background-color: #BB81E8;
}
</style>
border-color css
<style>
span { border-color: #BB81E8; }
span { border-color: rgb(187,129,232); }
td.TdClassName
{
border-color: #BB81E8;
}
.TagClassName
{
border-color: #BB81E8;
}
</style>