Shades of Wisteria #BB90DD
Tints of Wisteria #BB90DD
RGB
CMYK
RGB Variations
Color information
#BB90DD (or 0xBB90DD) is known color: Wisteria. HEX triplet: BB, 90 and DD. RGB value is (187,144,221). Sum of RGB (Red+Green+Blue) = 187+144+221=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB90DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB90DD is #446F22. Grayscale: #A5A5A5. Windows color (decimal): -4484899 or 14520507. OLE color: 14520507.
HSL color Cylindrical-coordinate representation of color #BB90DD: hue angle of 273.51º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB90DD is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 144 | 221 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.13 |
| HSL | 273.51º | 0.53% | 0.72% | - |
| HSV(B) | 273.51º | 0.35% | 0.87% | - |
| XYZ | 43.52 | 35.73 | 73.01 | - |
| YUV | 165.64 | 159.25 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 144 | 221 | 0.15 | 0.35 | 0 | 0.13 | 273.51 | 0.53 | 0.72 |
| Hex | BB | 90 | DD | F | 23 | 0 | D | 112 | 35 | 48 |
| Octal | 273 | 220 | 335 | 17 | 43 | 0 | 15 | 422 | 65 | 110 |
| Binary | 10111011 | 10010000 | 11011101 | 1111 | 100011 | 0 | 1101 | 100010010 | 110101 | 1001000 |
Color Harmonies of #BB90DD
Complementary color
Monochromatic Colors of #BB90DD
Black with #BB90DD
Text Example
Text Example
White with #BB90DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB90DD; }
p { color: rgb(187,144,221); }
H1.HeaderClassName
{
color: #BB90DD;
}
.AnyTagClassName
{
color: #BB90DD;
}
</style>
background-color css
<style>
a { background-color: #BB90DD; }
a { background-color: rgb(187,144,221); }
div.DivClassName
{
background-color: #BB90DD;
}
.BgClassName
{
background-color: #BB90DD;
}
</style>
border-color css
<style>
span { border-color: #BB90DD; }
span { border-color: rgb(187,144,221); }
td.TdClassName
{
border-color: #BB90DD;
}
.TagClassName
{
border-color: #BB90DD;
}
</style>