Shades of Wisteria #BB90D8
Tints of Wisteria #BB90D8
RGB
CMYK
RGB Variations
Color information
#BB90D8 (or 0xBB90D8) is known color: Wisteria. HEX triplet: BB, 90 and D8. RGB value is (187,144,216). Sum of RGB (Red+Green+Blue) = 187+144+216=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 144 (56.64% from 255 or 26.33% from 547); Blue value is 216 (84.77% from 255 or 39.49% from 547); Max value from RGB is 216 - color contains mainly: blue. Hex color #BB90D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB90D8 is #446F27. Grayscale: #A4A4A4. Windows color (decimal): -4484904 or 14192827. OLE color: 14192827.
HSL color Cylindrical-coordinate representation of color #BB90D8: hue angle of 275.83º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB90D8 is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 144 | 216 | - |
| CMYK | 0.13 | 0.33 | 0 | 0.15 |
| HSL | 275.83º | 0.48% | 0.71% | - |
| HSV(B) | 275.83º | 0.33% | 0.85% | - |
| XYZ | 42.86 | 35.47 | 69.55 | - |
| YUV | 165.07 | 156.75 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 144 | 216 | 0.13 | 0.33 | 0 | 0.15 | 275.83 | 0.48 | 0.71 |
| Hex | BB | 90 | D8 | D | 21 | 0 | F | 114 | 30 | 47 |
| Octal | 273 | 220 | 330 | 15 | 41 | 0 | 17 | 424 | 60 | 107 |
| Binary | 10111011 | 10010000 | 11011000 | 1101 | 100001 | 0 | 1111 | 100010100 | 110000 | 1000111 |
Color Harmonies of #BB90D8
Complementary color
Monochromatic Colors of #BB90D8
Black with #BB90D8
Text Example
Text Example
White with #BB90D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB90D8; }
p { color: rgb(187,144,216); }
H1.HeaderClassName
{
color: #BB90D8;
}
.AnyTagClassName
{
color: #BB90D8;
}
</style>
background-color css
<style>
a { background-color: #BB90D8; }
a { background-color: rgb(187,144,216); }
div.DivClassName
{
background-color: #BB90D8;
}
.BgClassName
{
background-color: #BB90D8;
}
</style>
border-color css
<style>
span { border-color: #BB90D8; }
span { border-color: rgb(187,144,216); }
td.TdClassName
{
border-color: #BB90D8;
}
.TagClassName
{
border-color: #BB90D8;
}
</style>