Shades of Wisteria #BB8DDA
Tints of Wisteria #BB8DDA
RGB
CMYK
RGB Variations
Color information
#BB8DDA (or 0xBB8DDA) is known color: Wisteria. HEX triplet: BB, 8D and DA. RGB value is (187,141,218). Sum of RGB (Red+Green+Blue) = 187+141+218=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 141 (55.47% from 255 or 25.82% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB8DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8DDA is #447225. Grayscale: #A3A3A3. Windows color (decimal): -4485670 or 14323131. OLE color: 14323131.
HSL color Cylindrical-coordinate representation of color #BB8DDA: hue angle of 275.84º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB8DDA is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 141 | 218 | - |
| CMYK | 0.14 | 0.35 | 0 | 0.15 |
| HSL | 275.84º | 0.51% | 0.7% | - |
| HSV(B) | 275.84º | 0.35% | 0.85% | - |
| XYZ | 42.67 | 34.68 | 70.77 | - |
| YUV | 163.53 | 158.74 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 141 | 218 | 0.14 | 0.35 | 0 | 0.15 | 275.84 | 0.51 | 0.7 |
| Hex | BB | 8D | DA | E | 23 | 0 | F | 114 | 33 | 46 |
| Octal | 273 | 215 | 332 | 16 | 43 | 0 | 17 | 424 | 63 | 106 |
| Binary | 10111011 | 10001101 | 11011010 | 1110 | 100011 | 0 | 1111 | 100010100 | 110011 | 1000110 |
Color Harmonies of #BB8DDA
Complementary color
Monochromatic Colors of #BB8DDA
Black with #BB8DDA
Text Example
Text Example
White with #BB8DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8DDA; }
p { color: rgb(187,141,218); }
H1.HeaderClassName
{
color: #BB8DDA;
}
.AnyTagClassName
{
color: #BB8DDA;
}
</style>
background-color css
<style>
a { background-color: #BB8DDA; }
a { background-color: rgb(187,141,218); }
div.DivClassName
{
background-color: #BB8DDA;
}
.BgClassName
{
background-color: #BB8DDA;
}
</style>
border-color css
<style>
span { border-color: #BB8DDA; }
span { border-color: rgb(187,141,218); }
td.TdClassName
{
border-color: #BB8DDA;
}
.TagClassName
{
border-color: #BB8DDA;
}
</style>