Shades of Wisteria #BB8CE0
Tints of Wisteria #BB8CE0
RGB
CMYK
RGB Variations
Color information
#BB8CE0 (or 0xBB8CE0) is known color: Wisteria. HEX triplet: BB, 8C and E0. RGB value is (187,140,224). Sum of RGB (Red+Green+Blue) = 187+140+224=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 140 (55.08% from 255 or 25.41% from 551); Blue value is 224 (87.89% from 255 or 40.65% from 551); Max value from RGB is 224 - color contains mainly: blue. Hex color #BB8CE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8CE0 is #44731F. Grayscale: #A3A3A3. Windows color (decimal): -4485920 or 14716091. OLE color: 14716091.
HSL color Cylindrical-coordinate representation of color #BB8CE0: hue angle of 273.57º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB8CE0 is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 140 | 224 | - |
| CMYK | 0.17 | 0.38 | 0 | 0.12 |
| HSL | 273.57º | 0.58% | 0.71% | - |
| HSV(B) | 273.57º | 0.38% | 0.88% | - |
| XYZ | 43.33 | 34.7 | 74.94 | - |
| YUV | 163.63 | 162.07 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 140 | 224 | 0.17 | 0.38 | 0 | 0.12 | 273.57 | 0.58 | 0.71 |
| Hex | BB | 8C | E0 | 11 | 26 | 0 | C | 112 | 3A | 47 |
| Octal | 273 | 214 | 340 | 21 | 46 | 0 | 14 | 422 | 72 | 107 |
| Binary | 10111011 | 10001100 | 11100000 | 10001 | 100110 | 0 | 1100 | 100010010 | 111010 | 1000111 |
Color Harmonies of #BB8CE0
Complementary color
Monochromatic Colors of #BB8CE0
Black with #BB8CE0
Text Example
Text Example
White with #BB8CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8CE0; }
p { color: rgb(187,140,224); }
H1.HeaderClassName
{
color: #BB8CE0;
}
.AnyTagClassName
{
color: #BB8CE0;
}
</style>
background-color css
<style>
a { background-color: #BB8CE0; }
a { background-color: rgb(187,140,224); }
div.DivClassName
{
background-color: #BB8CE0;
}
.BgClassName
{
background-color: #BB8CE0;
}
</style>
border-color css
<style>
span { border-color: #BB8CE0; }
span { border-color: rgb(187,140,224); }
td.TdClassName
{
border-color: #BB8CE0;
}
.TagClassName
{
border-color: #BB8CE0;
}
</style>