Shades of Wisteria #BB96CF
Tints of Wisteria #BB96CF
RGB
CMYK
RGB Variations
Color information
#BB96CF (or 0xBB96CF) is known color: Wisteria. HEX triplet: BB, 96 and CF. RGB value is (187,150,207). Sum of RGB (Red+Green+Blue) = 187+150+207=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 150 (58.98% from 255 or 27.57% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB96CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB96CF is #446930. Grayscale: #A7A7A7. Windows color (decimal): -4483377 or 13604539. OLE color: 13604539.
HSL color Cylindrical-coordinate representation of color #BB96CF: hue angle of 278.95º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BB96CF is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 150 | 207 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.19 |
| HSL | 278.95º | 0.37% | 0.7% | - |
| HSV(B) | 278.95º | 0.28% | 0.81% | - |
| XYZ | 42.66 | 36.88 | 63.9 | - |
| YUV | 167.56 | 150.26 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 150 | 207 | 0.10 | 0.28 | 0 | 0.19 | 278.95 | 0.37 | 0.7 |
| Hex | BB | 96 | CF | A | 1C | 0 | 13 | 117 | 25 | 46 |
| Octal | 273 | 226 | 317 | 12 | 34 | 0 | 23 | 427 | 45 | 106 |
| Binary | 10111011 | 10010110 | 11001111 | 1010 | 11100 | 0 | 10011 | 100010111 | 100101 | 1000110 |
Color Harmonies of #BB96CF
Complementary color
Monochromatic Colors of #BB96CF
Black with #BB96CF
Text Example
Text Example
White with #BB96CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB96CF; }
p { color: rgb(187,150,207); }
H1.HeaderClassName
{
color: #BB96CF;
}
.AnyTagClassName
{
color: #BB96CF;
}
</style>
background-color css
<style>
a { background-color: #BB96CF; }
a { background-color: rgb(187,150,207); }
div.DivClassName
{
background-color: #BB96CF;
}
.BgClassName
{
background-color: #BB96CF;
}
</style>
border-color css
<style>
span { border-color: #BB96CF; }
span { border-color: rgb(187,150,207); }
td.TdClassName
{
border-color: #BB96CF;
}
.TagClassName
{
border-color: #BB96CF;
}
</style>