Shades of Wisteria #BB8DDC
Tints of Wisteria #BB8DDC
RGB
CMYK
RGB Variations
Color information
#BB8DDC (or 0xBB8DDC) is known color: Wisteria. HEX triplet: BB, 8D and DC. RGB value is (187,141,220). Sum of RGB (Red+Green+Blue) = 187+141+220=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 141 (55.47% from 255 or 25.73% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB8DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8DDC is #447223. Grayscale: #A3A3A3. Windows color (decimal): -4485668 or 14454203. OLE color: 14454203.
HSL color Cylindrical-coordinate representation of color #BB8DDC: hue angle of 274.94º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB8DDC is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 141 | 220 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.14 |
| HSL | 274.94º | 0.53% | 0.71% | - |
| HSV(B) | 274.94º | 0.36% | 0.86% | - |
| XYZ | 42.94 | 34.78 | 72.16 | - |
| YUV | 163.76 | 159.74 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 141 | 220 | 0.15 | 0.36 | 0 | 0.14 | 274.94 | 0.53 | 0.71 |
| Hex | BB | 8D | DC | F | 24 | 0 | E | 113 | 35 | 47 |
| Octal | 273 | 215 | 334 | 17 | 44 | 0 | 16 | 423 | 65 | 107 |
| Binary | 10111011 | 10001101 | 11011100 | 1111 | 100100 | 0 | 1110 | 100010011 | 110101 | 1000111 |
Color Harmonies of #BB8DDC
Complementary color
Monochromatic Colors of #BB8DDC
Black with #BB8DDC
Text Example
Text Example
White with #BB8DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8DDC; }
p { color: rgb(187,141,220); }
H1.HeaderClassName
{
color: #BB8DDC;
}
.AnyTagClassName
{
color: #BB8DDC;
}
</style>
background-color css
<style>
a { background-color: #BB8DDC; }
a { background-color: rgb(187,141,220); }
div.DivClassName
{
background-color: #BB8DDC;
}
.BgClassName
{
background-color: #BB8DDC;
}
</style>
border-color css
<style>
span { border-color: #BB8DDC; }
span { border-color: rgb(187,141,220); }
td.TdClassName
{
border-color: #BB8DDC;
}
.TagClassName
{
border-color: #BB8DDC;
}
</style>