Shades of Wisteria #BB96CA
Tints of Wisteria #BB96CA
RGB
CMYK
RGB Variations
Color information
#BB96CA (or 0xBB96CA) is known color: Wisteria. HEX triplet: BB, 96 and CA. RGB value is (187,150,202). Sum of RGB (Red+Green+Blue) = 187+150+202=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 150 (58.98% from 255 or 27.83% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB96CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB96CA is #446935. Grayscale: #A6A6A6. Windows color (decimal): -4483382 or 13276859. OLE color: 13276859.
HSL color Cylindrical-coordinate representation of color #BB96CA: hue angle of 282.69º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BB96CA is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 150 | 202 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.21 |
| HSL | 282.69º | 0.33% | 0.69% | - |
| HSV(B) | 282.69º | 0.26% | 0.79% | - |
| XYZ | 42.06 | 36.64 | 60.73 | - |
| YUV | 166.99 | 147.76 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 150 | 202 | 0.07 | 0.26 | 0 | 0.21 | 282.69 | 0.33 | 0.69 |
| Hex | BB | 96 | CA | 7 | 1A | 0 | 15 | 11B | 21 | 45 |
| Octal | 273 | 226 | 312 | 7 | 32 | 0 | 25 | 433 | 41 | 105 |
| Binary | 10111011 | 10010110 | 11001010 | 111 | 11010 | 0 | 10101 | 100011011 | 100001 | 1000101 |
Color Harmonies of #BB96CA
Complementary color
Monochromatic Colors of #BB96CA
Black with #BB96CA
Text Example
Text Example
White with #BB96CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB96CA; }
p { color: rgb(187,150,202); }
H1.HeaderClassName
{
color: #BB96CA;
}
.AnyTagClassName
{
color: #BB96CA;
}
</style>
background-color css
<style>
a { background-color: #BB96CA; }
a { background-color: rgb(187,150,202); }
div.DivClassName
{
background-color: #BB96CA;
}
.BgClassName
{
background-color: #BB96CA;
}
</style>
border-color css
<style>
span { border-color: #BB96CA; }
span { border-color: rgb(187,150,202); }
td.TdClassName
{
border-color: #BB96CA;
}
.TagClassName
{
border-color: #BB96CA;
}
</style>