Shades of Wisteria #BB9AD0
Tints of Wisteria #BB9AD0
RGB
CMYK
RGB Variations
Color information
#BB9AD0 (or 0xBB9AD0) is known color: Wisteria. HEX triplet: BB, 9A and D0. RGB value is (187,154,208). Sum of RGB (Red+Green+Blue) = 187+154+208=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 154 (60.55% from 255 or 28.05% from 549); Blue value is 208 (81.64% from 255 or 37.89% from 549); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB9AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9AD0 is #44652F. Grayscale: #A9A9A9. Windows color (decimal): -4482352 or 13671099. OLE color: 13671099.
HSL color Cylindrical-coordinate representation of color #BB9AD0: hue angle of 276.67º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BB9AD0 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 154 | 208 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.18 |
| HSL | 276.67º | 0.36% | 0.71% | - |
| HSV(B) | 276.67º | 0.26% | 0.82% | - |
| XYZ | 43.43 | 38.23 | 64.76 | - |
| YUV | 170.02 | 149.43 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 154 | 208 | 0.10 | 0.26 | 0 | 0.18 | 276.67 | 0.36 | 0.71 |
| Hex | BB | 9A | D0 | A | 1A | 0 | 12 | 115 | 24 | 47 |
| Octal | 273 | 232 | 320 | 12 | 32 | 0 | 22 | 425 | 44 | 107 |
| Binary | 10111011 | 10011010 | 11010000 | 1010 | 11010 | 0 | 10010 | 100010101 | 100100 | 1000111 |
Color Harmonies of #BB9AD0
Complementary color
Monochromatic Colors of #BB9AD0
Black with #BB9AD0
Text Example
Text Example
White with #BB9AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9AD0; }
p { color: rgb(187,154,208); }
H1.HeaderClassName
{
color: #BB9AD0;
}
.AnyTagClassName
{
color: #BB9AD0;
}
</style>
background-color css
<style>
a { background-color: #BB9AD0; }
a { background-color: rgb(187,154,208); }
div.DivClassName
{
background-color: #BB9AD0;
}
.BgClassName
{
background-color: #BB9AD0;
}
</style>
border-color css
<style>
span { border-color: #BB9AD0; }
span { border-color: rgb(187,154,208); }
td.TdClassName
{
border-color: #BB9AD0;
}
.TagClassName
{
border-color: #BB9AD0;
}
</style>