Shades of Wisteria #BB96D2
Tints of Wisteria #BB96D2
RGB
CMYK
RGB Variations
Color information
#BB96D2 (or 0xBB96D2) is known color: Wisteria. HEX triplet: BB, 96 and D2. RGB value is (187,150,210). Sum of RGB (Red+Green+Blue) = 187+150+210=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 210 (82.42% from 255 or 38.39% from 547); Max value from RGB is 210 - color contains mainly: blue. Hex color #BB96D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB96D2 is #44692D. Grayscale: #A7A7A7. Windows color (decimal): -4483374 or 13801147. OLE color: 13801147.
HSL color Cylindrical-coordinate representation of color #BB96D2: hue angle of 277º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BB96D2 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 150 | 210 | - |
| CMYK | 0.11 | 0.29 | 0 | 0.18 |
| HSL | 277º | 0.4% | 0.71% | - |
| HSV(B) | 277º | 0.29% | 0.82% | - |
| XYZ | 43.03 | 37.03 | 65.85 | - |
| YUV | 167.9 | 151.76 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 150 | 210 | 0.11 | 0.29 | 0 | 0.18 | 277 | 0.4 | 0.71 |
| Hex | BB | 96 | D2 | B | 1D | 0 | 12 | 115 | 28 | 47 |
| Octal | 273 | 226 | 322 | 13 | 35 | 0 | 22 | 425 | 50 | 107 |
| Binary | 10111011 | 10010110 | 11010010 | 1011 | 11101 | 0 | 10010 | 100010101 | 101000 | 1000111 |
Color Harmonies of #BB96D2
Complementary color
Monochromatic Colors of #BB96D2
Black with #BB96D2
Text Example
Text Example
White with #BB96D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB96D2; }
p { color: rgb(187,150,210); }
H1.HeaderClassName
{
color: #BB96D2;
}
.AnyTagClassName
{
color: #BB96D2;
}
</style>
background-color css
<style>
a { background-color: #BB96D2; }
a { background-color: rgb(187,150,210); }
div.DivClassName
{
background-color: #BB96D2;
}
.BgClassName
{
background-color: #BB96D2;
}
</style>
border-color css
<style>
span { border-color: #BB96D2; }
span { border-color: rgb(187,150,210); }
td.TdClassName
{
border-color: #BB96D2;
}
.TagClassName
{
border-color: #BB96D2;
}
</style>