Shades of Wisteria #BB8AE8
Tints of Wisteria #BB8AE8
RGB
CMYK
RGB Variations
Color information
#BB8AE8 (or 0xBB8AE8) is known color: Wisteria. HEX triplet: BB, 8A and E8. RGB value is (187,138,232). Sum of RGB (Red+Green+Blue) = 187+138+232=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 138 (54.30% from 255 or 24.78% from 557); Blue value is 232 (91.02% from 255 or 41.65% from 557); Max value from RGB is 232 - color contains mainly: blue. Hex color #BB8AE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8AE8 is #447517. Grayscale: #A3A3A3. Windows color (decimal): -4486424 or 15239867. OLE color: 15239867.
HSL color Cylindrical-coordinate representation of color #BB8AE8: hue angle of 271.28º degrees, saturation: 0.67, 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 #BB8AE8 is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 138 | 232 | - |
| CMYK | 0.19 | 0.41 | 0 | 0.09 |
| HSL | 271.28º | 0.67% | 0.73% | - |
| HSV(B) | 271.28º | 0.41% | 0.91% | - |
| XYZ | 44.15 | 34.57 | 80.69 | - |
| YUV | 163.37 | 166.73 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 138 | 232 | 0.19 | 0.41 | 0 | 0.09 | 271.28 | 0.67 | 0.73 |
| Hex | BB | 8A | E8 | 13 | 29 | 0 | 9 | 10F | 43 | 49 |
| Octal | 273 | 212 | 350 | 23 | 51 | 0 | 11 | 417 | 103 | 111 |
| Binary | 10111011 | 10001010 | 11101000 | 10011 | 101001 | 0 | 1001 | 100001111 | 1000011 | 1001001 |
Color Harmonies of #BB8AE8
Complementary color
Monochromatic Colors of #BB8AE8
Black with #BB8AE8
Text Example
Text Example
White with #BB8AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8AE8; }
p { color: rgb(187,138,232); }
H1.HeaderClassName
{
color: #BB8AE8;
}
.AnyTagClassName
{
color: #BB8AE8;
}
</style>
background-color css
<style>
a { background-color: #BB8AE8; }
a { background-color: rgb(187,138,232); }
div.DivClassName
{
background-color: #BB8AE8;
}
.BgClassName
{
background-color: #BB8AE8;
}
</style>
border-color css
<style>
span { border-color: #BB8AE8; }
span { border-color: rgb(187,138,232); }
td.TdClassName
{
border-color: #BB8AE8;
}
.TagClassName
{
border-color: #BB8AE8;
}
</style>