Shades of Wisteria #BB8EE0
Tints of Wisteria #BB8EE0
RGB
CMYK
RGB Variations
Color information
#BB8EE0 (or 0xBB8EE0) is known color: Wisteria. HEX triplet: BB, 8E and E0. RGB value is (187,142,224). Sum of RGB (Red+Green+Blue) = 187+142+224=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 142 (55.86% from 255 or 25.68% from 553); Blue value is 224 (87.89% from 255 or 40.51% from 553); Max value from RGB is 224 - color contains mainly: blue. Hex color #BB8EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8EE0 is #44711F. Grayscale: #A4A4A4. Windows color (decimal): -4485408 or 14716603. OLE color: 14716603.
HSL color Cylindrical-coordinate representation of color #BB8EE0: hue angle of 272.93º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB8EE0 is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 142 | 224 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.12 |
| HSL | 272.93º | 0.57% | 0.72% | - |
| HSV(B) | 272.93º | 0.37% | 0.88% | - |
| XYZ | 43.62 | 35.29 | 75.03 | - |
| YUV | 164.8 | 161.41 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 142 | 224 | 0.17 | 0.37 | 0 | 0.12 | 272.93 | 0.57 | 0.72 |
| Hex | BB | 8E | E0 | 11 | 25 | 0 | C | 111 | 39 | 48 |
| Octal | 273 | 216 | 340 | 21 | 45 | 0 | 14 | 421 | 71 | 110 |
| Binary | 10111011 | 10001110 | 11100000 | 10001 | 100101 | 0 | 1100 | 100010001 | 111001 | 1001000 |
Color Harmonies of #BB8EE0
Complementary color
Monochromatic Colors of #BB8EE0
Black with #BB8EE0
Text Example
Text Example
White with #BB8EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8EE0; }
p { color: rgb(187,142,224); }
H1.HeaderClassName
{
color: #BB8EE0;
}
.AnyTagClassName
{
color: #BB8EE0;
}
</style>
background-color css
<style>
a { background-color: #BB8EE0; }
a { background-color: rgb(187,142,224); }
div.DivClassName
{
background-color: #BB8EE0;
}
.BgClassName
{
background-color: #BB8EE0;
}
</style>
border-color css
<style>
span { border-color: #BB8EE0; }
span { border-color: rgb(187,142,224); }
td.TdClassName
{
border-color: #BB8EE0;
}
.TagClassName
{
border-color: #BB8EE0;
}
</style>