Shades of Wisteria #BB90DB
Tints of Wisteria #BB90DB
RGB
CMYK
RGB Variations
Color information
#BB90DB (or 0xBB90DB) is known color: Wisteria. HEX triplet: BB, 90 and DB. RGB value is (187,144,219). Sum of RGB (Red+Green+Blue) = 187+144+219=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 144 (56.64% from 255 or 26.18% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB90DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB90DB is #446F24. Grayscale: #A5A5A5. Windows color (decimal): -4484901 or 14389435. OLE color: 14389435.
HSL color Cylindrical-coordinate representation of color #BB90DB: hue angle of 274.4º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB90DB is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 144 | 219 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.14 |
| HSL | 274.4º | 0.51% | 0.71% | - |
| HSV(B) | 274.4º | 0.34% | 0.86% | - |
| XYZ | 43.25 | 35.63 | 71.61 | - |
| YUV | 165.41 | 158.25 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 144 | 219 | 0.15 | 0.34 | 0 | 0.14 | 274.4 | 0.51 | 0.71 |
| Hex | BB | 90 | DB | F | 22 | 0 | E | 112 | 33 | 47 |
| Octal | 273 | 220 | 333 | 17 | 42 | 0 | 16 | 422 | 63 | 107 |
| Binary | 10111011 | 10010000 | 11011011 | 1111 | 100010 | 0 | 1110 | 100010010 | 110011 | 1000111 |
Color Harmonies of #BB90DB
Complementary color
Monochromatic Colors of #BB90DB
Black with #BB90DB
Text Example
Text Example
White with #BB90DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB90DB; }
p { color: rgb(187,144,219); }
H1.HeaderClassName
{
color: #BB90DB;
}
.AnyTagClassName
{
color: #BB90DB;
}
</style>
background-color css
<style>
a { background-color: #BB90DB; }
a { background-color: rgb(187,144,219); }
div.DivClassName
{
background-color: #BB90DB;
}
.BgClassName
{
background-color: #BB90DB;
}
</style>
border-color css
<style>
span { border-color: #BB90DB; }
span { border-color: rgb(187,144,219); }
td.TdClassName
{
border-color: #BB90DB;
}
.TagClassName
{
border-color: #BB90DB;
}
</style>