Shades of Wisteria #BB95D7
Tints of Wisteria #BB95D7
RGB
CMYK
RGB Variations
Color information
#BB95D7 (or 0xBB95D7) is known color: Wisteria. HEX triplet: BB, 95 and D7. RGB value is (187,149,215). Sum of RGB (Red+Green+Blue) = 187+149+215=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 149 (58.59% from 255 or 27.04% from 551); Blue value is 215 (84.38% from 255 or 39.02% from 551); Max value from RGB is 215 - color contains mainly: blue. Hex color #BB95D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB95D7 is #446A28. Grayscale: #A7A7A7. Windows color (decimal): -4483625 or 14128571. OLE color: 14128571.
HSL color Cylindrical-coordinate representation of color #BB95D7: hue angle of 274.55º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BB95D7 is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 149 | 215 | - |
| CMYK | 0.13 | 0.31 | 0 | 0.16 |
| HSL | 274.55º | 0.45% | 0.71% | - |
| HSV(B) | 274.55º | 0.31% | 0.84% | - |
| XYZ | 43.51 | 36.97 | 69.13 | - |
| YUV | 167.89 | 154.59 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 149 | 215 | 0.13 | 0.31 | 0 | 0.16 | 274.55 | 0.45 | 0.71 |
| Hex | BB | 95 | D7 | D | 1F | 0 | 10 | 113 | 2D | 47 |
| Octal | 273 | 225 | 327 | 15 | 37 | 0 | 20 | 423 | 55 | 107 |
| Binary | 10111011 | 10010101 | 11010111 | 1101 | 11111 | 0 | 10000 | 100010011 | 101101 | 1000111 |
Color Harmonies of #BB95D7
Complementary color
Monochromatic Colors of #BB95D7
Black with #BB95D7
Text Example
Text Example
White with #BB95D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB95D7; }
p { color: rgb(187,149,215); }
H1.HeaderClassName
{
color: #BB95D7;
}
.AnyTagClassName
{
color: #BB95D7;
}
</style>
background-color css
<style>
a { background-color: #BB95D7; }
a { background-color: rgb(187,149,215); }
div.DivClassName
{
background-color: #BB95D7;
}
.BgClassName
{
background-color: #BB95D7;
}
</style>
border-color css
<style>
span { border-color: #BB95D7; }
span { border-color: rgb(187,149,215); }
td.TdClassName
{
border-color: #BB95D7;
}
.TagClassName
{
border-color: #BB95D7;
}
</style>