Shades of Wisteria #BB95D8
Tints of Wisteria #BB95D8
RGB
CMYK
RGB Variations
Color information
#BB95D8 (or 0xBB95D8) is known color: Wisteria. HEX triplet: BB, 95 and D8. RGB value is (187,149,216). Sum of RGB (Red+Green+Blue) = 187+149+216=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 149 (58.59% from 255 or 26.99% from 552); Blue value is 216 (84.77% from 255 or 39.13% from 552); Max value from RGB is 216 - color contains mainly: blue. Hex color #BB95D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB95D8 is #446A27. Grayscale: #A7A7A7. Windows color (decimal): -4483624 or 14194107. OLE color: 14194107.
HSL color Cylindrical-coordinate representation of color #BB95D8: hue angle of 274.03º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BB95D8 is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 149 | 216 | - |
| CMYK | 0.13 | 0.31 | 0 | 0.15 |
| HSL | 274.03º | 0.46% | 0.72% | - |
| HSV(B) | 274.03º | 0.31% | 0.85% | - |
| XYZ | 43.64 | 37.02 | 69.81 | - |
| YUV | 168 | 155.09 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 149 | 216 | 0.13 | 0.31 | 0 | 0.15 | 274.03 | 0.46 | 0.72 |
| Hex | BB | 95 | D8 | D | 1F | 0 | F | 112 | 2E | 48 |
| Octal | 273 | 225 | 330 | 15 | 37 | 0 | 17 | 422 | 56 | 110 |
| Binary | 10111011 | 10010101 | 11011000 | 1101 | 11111 | 0 | 1111 | 100010010 | 101110 | 1001000 |
Color Harmonies of #BB95D8
Complementary color
Monochromatic Colors of #BB95D8
Black with #BB95D8
Text Example
Text Example
White with #BB95D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB95D8; }
p { color: rgb(187,149,216); }
H1.HeaderClassName
{
color: #BB95D8;
}
.AnyTagClassName
{
color: #BB95D8;
}
</style>
background-color css
<style>
a { background-color: #BB95D8; }
a { background-color: rgb(187,149,216); }
div.DivClassName
{
background-color: #BB95D8;
}
.BgClassName
{
background-color: #BB95D8;
}
</style>
border-color css
<style>
span { border-color: #BB95D8; }
span { border-color: rgb(187,149,216); }
td.TdClassName
{
border-color: #BB95D8;
}
.TagClassName
{
border-color: #BB95D8;
}
</style>