Shades of Wisteria #BB8DE0
Tints of Wisteria #BB8DE0
RGB
CMYK
RGB Variations
Color information
#BB8DE0 (or 0xBB8DE0) is known color: Wisteria. HEX triplet: BB, 8D and E0. RGB value is (187,141,224). Sum of RGB (Red+Green+Blue) = 187+141+224=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 141 (55.47% from 255 or 25.54% from 552); Blue value is 224 (87.89% from 255 or 40.58% from 552); Max value from RGB is 224 - color contains mainly: blue. Hex color #BB8DE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8DE0 is #44721F. Grayscale: #A3A3A3. Windows color (decimal): -4485664 or 14716347. OLE color: 14716347.
HSL color Cylindrical-coordinate representation of color #BB8DE0: hue angle of 273.25º 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 #BB8DE0 is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 141 | 224 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.12 |
| HSL | 273.25º | 0.57% | 0.72% | - |
| HSV(B) | 273.25º | 0.37% | 0.88% | - |
| XYZ | 43.47 | 35 | 74.98 | - |
| YUV | 164.22 | 161.74 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 141 | 224 | 0.17 | 0.37 | 0 | 0.12 | 273.25 | 0.57 | 0.72 |
| Hex | BB | 8D | E0 | 11 | 25 | 0 | C | 111 | 39 | 48 |
| Octal | 273 | 215 | 340 | 21 | 45 | 0 | 14 | 421 | 71 | 110 |
| Binary | 10111011 | 10001101 | 11100000 | 10001 | 100101 | 0 | 1100 | 100010001 | 111001 | 1001000 |
Color Harmonies of #BB8DE0
Complementary color
Monochromatic Colors of #BB8DE0
Black with #BB8DE0
Text Example
Text Example
White with #BB8DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8DE0; }
p { color: rgb(187,141,224); }
H1.HeaderClassName
{
color: #BB8DE0;
}
.AnyTagClassName
{
color: #BB8DE0;
}
</style>
background-color css
<style>
a { background-color: #BB8DE0; }
a { background-color: rgb(187,141,224); }
div.DivClassName
{
background-color: #BB8DE0;
}
.BgClassName
{
background-color: #BB8DE0;
}
</style>
border-color css
<style>
span { border-color: #BB8DE0; }
span { border-color: rgb(187,141,224); }
td.TdClassName
{
border-color: #BB8DE0;
}
.TagClassName
{
border-color: #BB8DE0;
}
</style>