Shades of Wisteria #BB96CC
Tints of Wisteria #BB96CC
RGB
CMYK
RGB Variations
Color information
#BB96CC (or 0xBB96CC) is known color: Wisteria. HEX triplet: BB, 96 and CC. RGB value is (187,150,204). Sum of RGB (Red+Green+Blue) = 187+150+204=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 150 (58.98% from 255 or 27.73% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB96CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB96CC is #446933. Grayscale: #A7A7A7. Windows color (decimal): -4483380 or 13407931. OLE color: 13407931.
HSL color Cylindrical-coordinate representation of color #BB96CC: hue angle of 281.11º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BB96CC is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 150 | 204 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.2 |
| HSL | 281.11º | 0.35% | 0.69% | - |
| HSV(B) | 281.11º | 0.26% | 0.8% | - |
| XYZ | 42.3 | 36.74 | 61.99 | - |
| YUV | 167.22 | 148.76 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 150 | 204 | 0.08 | 0.26 | 0 | 0.2 | 281.11 | 0.35 | 0.69 |
| Hex | BB | 96 | CC | 8 | 1A | 0 | 14 | 119 | 23 | 45 |
| Octal | 273 | 226 | 314 | 10 | 32 | 0 | 24 | 431 | 43 | 105 |
| Binary | 10111011 | 10010110 | 11001100 | 1000 | 11010 | 0 | 10100 | 100011001 | 100011 | 1000101 |
Color Harmonies of #BB96CC
Complementary color
Monochromatic Colors of #BB96CC
Black with #BB96CC
Text Example
Text Example
White with #BB96CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB96CC; }
p { color: rgb(187,150,204); }
H1.HeaderClassName
{
color: #BB96CC;
}
.AnyTagClassName
{
color: #BB96CC;
}
</style>
background-color css
<style>
a { background-color: #BB96CC; }
a { background-color: rgb(187,150,204); }
div.DivClassName
{
background-color: #BB96CC;
}
.BgClassName
{
background-color: #BB96CC;
}
</style>
border-color css
<style>
span { border-color: #BB96CC; }
span { border-color: rgb(187,150,204); }
td.TdClassName
{
border-color: #BB96CC;
}
.TagClassName
{
border-color: #BB96CC;
}
</style>