Shades of Wisteria #BB8CE5
Tints of Wisteria #BB8CE5
RGB
CMYK
RGB Variations
Color information
#BB8CE5 (or 0xBB8CE5) is known color: Wisteria. HEX triplet: BB, 8C and E5. RGB value is (187,140,229). Sum of RGB (Red+Green+Blue) = 187+140+229=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 140 (55.08% from 255 or 25.18% from 556); Blue value is 229 (89.84% from 255 or 41.19% from 556); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB8CE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8CE5 is #44731A. Grayscale: #A3A3A3. Windows color (decimal): -4485915 or 15043771. OLE color: 15043771.
HSL color Cylindrical-coordinate representation of color #BB8CE5: hue angle of 271.69º 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 #BB8CE5 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 140 | 229 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.10 |
| HSL | 271.69º | 0.63% | 0.72% | - |
| HSV(B) | 271.69º | 0.39% | 0.9% | - |
| XYZ | 44.01 | 34.98 | 78.56 | - |
| YUV | 164.2 | 164.57 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 140 | 229 | 0.18 | 0.39 | 0 | 0.10 | 271.69 | 0.63 | 0.72 |
| Hex | BB | 8C | E5 | 12 | 27 | 0 | A | 110 | 3F | 48 |
| Octal | 273 | 214 | 345 | 22 | 47 | 0 | 12 | 420 | 77 | 110 |
| Binary | 10111011 | 10001100 | 11100101 | 10010 | 100111 | 0 | 1010 | 100010000 | 111111 | 1001000 |
Color Harmonies of #BB8CE5
Complementary color
Monochromatic Colors of #BB8CE5
Black with #BB8CE5
Text Example
Text Example
White with #BB8CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8CE5; }
p { color: rgb(187,140,229); }
H1.HeaderClassName
{
color: #BB8CE5;
}
.AnyTagClassName
{
color: #BB8CE5;
}
</style>
background-color css
<style>
a { background-color: #BB8CE5; }
a { background-color: rgb(187,140,229); }
div.DivClassName
{
background-color: #BB8CE5;
}
.BgClassName
{
background-color: #BB8CE5;
}
</style>
border-color css
<style>
span { border-color: #BB8CE5; }
span { border-color: rgb(187,140,229); }
td.TdClassName
{
border-color: #BB8CE5;
}
.TagClassName
{
border-color: #BB8CE5;
}
</style>