Shades of Wisteria #BB8BE5
Tints of Wisteria #BB8BE5
RGB
CMYK
RGB Variations
Color information
#BB8BE5 (or 0xBB8BE5) is known color: Wisteria. HEX triplet: BB, 8B and E5. RGB value is (187,139,229). Sum of RGB (Red+Green+Blue) = 187+139+229=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 139 (54.69% from 255 or 25.05% from 555); Blue value is 229 (89.84% from 255 or 41.26% from 555); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB8BE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8BE5 is #44741A. Grayscale: #A3A3A3. Windows color (decimal): -4486171 or 15043515. OLE color: 15043515.
HSL color Cylindrical-coordinate representation of color #BB8BE5: hue angle of 272º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB8BE5 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 139 | 229 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.10 |
| HSL | 272º | 0.63% | 0.72% | - |
| HSV(B) | 272º | 0.39% | 0.9% | - |
| XYZ | 43.87 | 34.69 | 78.51 | - |
| YUV | 163.61 | 164.9 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 139 | 229 | 0.18 | 0.39 | 0 | 0.10 | 272 | 0.63 | 0.72 |
| Hex | BB | 8B | E5 | 12 | 27 | 0 | A | 110 | 3F | 48 |
| Octal | 273 | 213 | 345 | 22 | 47 | 0 | 12 | 420 | 77 | 110 |
| Binary | 10111011 | 10001011 | 11100101 | 10010 | 100111 | 0 | 1010 | 100010000 | 111111 | 1001000 |
Color Harmonies of #BB8BE5
Complementary color
Monochromatic Colors of #BB8BE5
Black with #BB8BE5
Text Example
Text Example
White with #BB8BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8BE5; }
p { color: rgb(187,139,229); }
H1.HeaderClassName
{
color: #BB8BE5;
}
.AnyTagClassName
{
color: #BB8BE5;
}
</style>
background-color css
<style>
a { background-color: #BB8BE5; }
a { background-color: rgb(187,139,229); }
div.DivClassName
{
background-color: #BB8BE5;
}
.BgClassName
{
background-color: #BB8BE5;
}
</style>
border-color css
<style>
span { border-color: #BB8BE5; }
span { border-color: rgb(187,139,229); }
td.TdClassName
{
border-color: #BB8BE5;
}
.TagClassName
{
border-color: #BB8BE5;
}
</style>