Shades of Wisteria #BB8CE1
Tints of Wisteria #BB8CE1
RGB
CMYK
RGB Variations
Color information
#BB8CE1 (or 0xBB8CE1) is known color: Wisteria. HEX triplet: BB, 8C and E1. RGB value is (187,140,225). Sum of RGB (Red+Green+Blue) = 187+140+225=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 140 (55.08% from 255 or 25.36% from 552); Blue value is 225 (88.28% from 255 or 40.76% from 552); Max value from RGB is 225 - color contains mainly: blue. Hex color #BB8CE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8CE1 is #44731E. Grayscale: #A3A3A3. Windows color (decimal): -4485919 or 14781627. OLE color: 14781627.
HSL color Cylindrical-coordinate representation of color #BB8CE1: hue angle of 273.18º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB8CE1 is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 140 | 225 | - |
| CMYK | 0.17 | 0.38 | 0 | 0.12 |
| HSL | 273.18º | 0.59% | 0.72% | - |
| HSV(B) | 273.18º | 0.38% | 0.88% | - |
| XYZ | 43.46 | 34.76 | 75.65 | - |
| YUV | 163.74 | 162.57 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 140 | 225 | 0.17 | 0.38 | 0 | 0.12 | 273.18 | 0.59 | 0.72 |
| Hex | BB | 8C | E1 | 11 | 26 | 0 | C | 111 | 3B | 48 |
| Octal | 273 | 214 | 341 | 21 | 46 | 0 | 14 | 421 | 73 | 110 |
| Binary | 10111011 | 10001100 | 11100001 | 10001 | 100110 | 0 | 1100 | 100010001 | 111011 | 1001000 |
Color Harmonies of #BB8CE1
Complementary color
Monochromatic Colors of #BB8CE1
Black with #BB8CE1
Text Example
Text Example
White with #BB8CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8CE1; }
p { color: rgb(187,140,225); }
H1.HeaderClassName
{
color: #BB8CE1;
}
.AnyTagClassName
{
color: #BB8CE1;
}
</style>
background-color css
<style>
a { background-color: #BB8CE1; }
a { background-color: rgb(187,140,225); }
div.DivClassName
{
background-color: #BB8CE1;
}
.BgClassName
{
background-color: #BB8CE1;
}
</style>
border-color css
<style>
span { border-color: #BB8CE1; }
span { border-color: rgb(187,140,225); }
td.TdClassName
{
border-color: #BB8CE1;
}
.TagClassName
{
border-color: #BB8CE1;
}
</style>