Shades of Wisteria #BB8EE4
Tints of Wisteria #BB8EE4
RGB
CMYK
RGB Variations
Color information
#BB8EE4 (or 0xBB8EE4) is known color: Wisteria. HEX triplet: BB, 8E and E4. RGB value is (187,142,228). Sum of RGB (Red+Green+Blue) = 187+142+228=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 142 (55.86% from 255 or 25.49% from 557); Blue value is 228 (89.45% from 255 or 40.93% from 557); Max value from RGB is 228 - color contains mainly: blue. Hex color #BB8EE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8EE4 is #44711B. Grayscale: #A4A4A4. Windows color (decimal): -4485404 or 14978747. OLE color: 14978747.
HSL color Cylindrical-coordinate representation of color #BB8EE4: hue angle of 271.4º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB8EE4 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 142 | 228 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.11 |
| HSL | 271.4º | 0.61% | 0.73% | - |
| HSV(B) | 271.4º | 0.38% | 0.89% | - |
| XYZ | 44.17 | 35.51 | 77.93 | - |
| YUV | 165.26 | 163.41 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 142 | 228 | 0.18 | 0.38 | 0 | 0.11 | 271.4 | 0.61 | 0.73 |
| Hex | BB | 8E | E4 | 12 | 26 | 0 | B | 10F | 3D | 49 |
| Octal | 273 | 216 | 344 | 22 | 46 | 0 | 13 | 417 | 75 | 111 |
| Binary | 10111011 | 10001110 | 11100100 | 10010 | 100110 | 0 | 1011 | 100001111 | 111101 | 1001001 |
Color Harmonies of #BB8EE4
Complementary color
Monochromatic Colors of #BB8EE4
Black with #BB8EE4
Text Example
Text Example
White with #BB8EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8EE4; }
p { color: rgb(187,142,228); }
H1.HeaderClassName
{
color: #BB8EE4;
}
.AnyTagClassName
{
color: #BB8EE4;
}
</style>
background-color css
<style>
a { background-color: #BB8EE4; }
a { background-color: rgb(187,142,228); }
div.DivClassName
{
background-color: #BB8EE4;
}
.BgClassName
{
background-color: #BB8EE4;
}
</style>
border-color css
<style>
span { border-color: #BB8EE4; }
span { border-color: rgb(187,142,228); }
td.TdClassName
{
border-color: #BB8EE4;
}
.TagClassName
{
border-color: #BB8EE4;
}
</style>