Shades of Wisteria #BB97D7
Tints of Wisteria #BB97D7
RGB
CMYK
RGB Variations
Color information
#BB97D7 (or 0xBB97D7) is known color: Wisteria. HEX triplet: BB, 97 and D7. RGB value is (187,151,215). Sum of RGB (Red+Green+Blue) = 187+151+215=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 151 (59.38% from 255 or 27.31% from 553); Blue value is 215 (84.38% from 255 or 38.88% from 553); Max value from RGB is 215 - color contains mainly: blue. Hex color #BB97D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB97D7 is #446828. Grayscale: #A8A8A8. Windows color (decimal): -4483113 or 14129083. OLE color: 14129083.
HSL color Cylindrical-coordinate representation of color #BB97D7: hue angle of 273.75º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB97D7 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 151 | 215 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.16 |
| HSL | 273.75º | 0.44% | 0.72% | - |
| HSV(B) | 273.75º | 0.3% | 0.84% | - |
| XYZ | 43.83 | 37.6 | 69.24 | - |
| YUV | 169.06 | 153.93 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 151 | 215 | 0.13 | 0.30 | 0 | 0.16 | 273.75 | 0.44 | 0.72 |
| Hex | BB | 97 | D7 | D | 1E | 0 | 10 | 112 | 2C | 48 |
| Octal | 273 | 227 | 327 | 15 | 36 | 0 | 20 | 422 | 54 | 110 |
| Binary | 10111011 | 10010111 | 11010111 | 1101 | 11110 | 0 | 10000 | 100010010 | 101100 | 1001000 |
Color Harmonies of #BB97D7
Complementary color
Monochromatic Colors of #BB97D7
Black with #BB97D7
Text Example
Text Example
White with #BB97D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB97D7; }
p { color: rgb(187,151,215); }
H1.HeaderClassName
{
color: #BB97D7;
}
.AnyTagClassName
{
color: #BB97D7;
}
</style>
background-color css
<style>
a { background-color: #BB97D7; }
a { background-color: rgb(187,151,215); }
div.DivClassName
{
background-color: #BB97D7;
}
.BgClassName
{
background-color: #BB97D7;
}
</style>
border-color css
<style>
span { border-color: #BB97D7; }
span { border-color: rgb(187,151,215); }
td.TdClassName
{
border-color: #BB97D7;
}
.TagClassName
{
border-color: #BB97D7;
}
</style>