Shades of Wisteria #BB8DE4
Tints of Wisteria #BB8DE4
RGB
CMYK
RGB Variations
Color information
#BB8DE4 (or 0xBB8DE4) is known color: Wisteria. HEX triplet: BB, 8D and E4. RGB value is (187,141,228). Sum of RGB (Red+Green+Blue) = 187+141+228=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 141 (55.47% from 255 or 25.36% from 556); Blue value is 228 (89.45% from 255 or 41.01% from 556); Max value from RGB is 228 - color contains mainly: blue. Hex color #BB8DE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8DE4 is #44721B. Grayscale: #A4A4A4. Windows color (decimal): -4485660 or 14978491. OLE color: 14978491.
HSL color Cylindrical-coordinate representation of color #BB8DE4: hue angle of 271.72º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB8DE4 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 141 | 228 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.11 |
| HSL | 271.72º | 0.62% | 0.72% | - |
| HSV(B) | 271.72º | 0.38% | 0.89% | - |
| XYZ | 44.02 | 35.22 | 77.88 | - |
| YUV | 164.67 | 163.74 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 141 | 228 | 0.18 | 0.38 | 0 | 0.11 | 271.72 | 0.62 | 0.72 |
| Hex | BB | 8D | E4 | 12 | 26 | 0 | B | 110 | 3E | 48 |
| Octal | 273 | 215 | 344 | 22 | 46 | 0 | 13 | 420 | 76 | 110 |
| Binary | 10111011 | 10001101 | 11100100 | 10010 | 100110 | 0 | 1011 | 100010000 | 111110 | 1001000 |
Color Harmonies of #BB8DE4
Complementary color
Monochromatic Colors of #BB8DE4
Black with #BB8DE4
Text Example
Text Example
White with #BB8DE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8DE4; }
p { color: rgb(187,141,228); }
H1.HeaderClassName
{
color: #BB8DE4;
}
.AnyTagClassName
{
color: #BB8DE4;
}
</style>
background-color css
<style>
a { background-color: #BB8DE4; }
a { background-color: rgb(187,141,228); }
div.DivClassName
{
background-color: #BB8DE4;
}
.BgClassName
{
background-color: #BB8DE4;
}
</style>
border-color css
<style>
span { border-color: #BB8DE4; }
span { border-color: rgb(187,141,228); }
td.TdClassName
{
border-color: #BB8DE4;
}
.TagClassName
{
border-color: #BB8DE4;
}
</style>