Shades of Wisteria #BB8DE5
Tints of Wisteria #BB8DE5
RGB
CMYK
RGB Variations
Color information
#BB8DE5 (or 0xBB8DE5) is known color: Wisteria. HEX triplet: BB, 8D and E5. RGB value is (187,141,229). Sum of RGB (Red+Green+Blue) = 187+141+229=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 141 (55.47% from 255 or 25.31% from 557); Blue value is 229 (89.84% from 255 or 41.11% from 557); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB8DE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8DE5 is #44721A. Grayscale: #A4A4A4. Windows color (decimal): -4485659 or 15044027. OLE color: 15044027.
HSL color Cylindrical-coordinate representation of color #BB8DE5: hue angle of 271.36º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB8DE5 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 141 | 229 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.10 |
| HSL | 271.36º | 0.63% | 0.73% | - |
| HSV(B) | 271.36º | 0.38% | 0.9% | - |
| XYZ | 44.16 | 35.27 | 78.61 | - |
| YUV | 164.79 | 164.24 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 141 | 229 | 0.18 | 0.38 | 0 | 0.10 | 271.36 | 0.63 | 0.73 |
| Hex | BB | 8D | E5 | 12 | 26 | 0 | A | 10F | 3F | 49 |
| Octal | 273 | 215 | 345 | 22 | 46 | 0 | 12 | 417 | 77 | 111 |
| Binary | 10111011 | 10001101 | 11100101 | 10010 | 100110 | 0 | 1010 | 100001111 | 111111 | 1001001 |
Color Harmonies of #BB8DE5
Complementary color
Monochromatic Colors of #BB8DE5
Black with #BB8DE5
Text Example
Text Example
White with #BB8DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8DE5; }
p { color: rgb(187,141,229); }
H1.HeaderClassName
{
color: #BB8DE5;
}
.AnyTagClassName
{
color: #BB8DE5;
}
</style>
background-color css
<style>
a { background-color: #BB8DE5; }
a { background-color: rgb(187,141,229); }
div.DivClassName
{
background-color: #BB8DE5;
}
.BgClassName
{
background-color: #BB8DE5;
}
</style>
border-color css
<style>
span { border-color: #BB8DE5; }
span { border-color: rgb(187,141,229); }
td.TdClassName
{
border-color: #BB8DE5;
}
.TagClassName
{
border-color: #BB8DE5;
}
</style>