Shades of Wisteria #BB95CB
Tints of Wisteria #BB95CB
RGB
CMYK
RGB Variations
Color information
#BB95CB (or 0xBB95CB) is known color: Wisteria. HEX triplet: BB, 95 and CB. RGB value is (187,149,203). Sum of RGB (Red+Green+Blue) = 187+149+203=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 149 (58.59% from 255 or 27.64% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB95CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB95CB is #446A34. Grayscale: #A6A6A6. Windows color (decimal): -4483637 or 13342139. OLE color: 13342139.
HSL color Cylindrical-coordinate representation of color #BB95CB: hue angle of 282.22º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BB95CB is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 149 | 203 | - |
| CMYK | 0.08 | 0.27 | 0 | 0.20 |
| HSL | 282.22º | 0.34% | 0.69% | - |
| HSV(B) | 282.22º | 0.27% | 0.8% | - |
| XYZ | 42.02 | 36.37 | 61.31 | - |
| YUV | 166.52 | 148.59 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 149 | 203 | 0.08 | 0.27 | 0 | 0.20 | 282.22 | 0.34 | 0.69 |
| Hex | BB | 95 | CB | 8 | 1B | 0 | 14 | 11A | 22 | 45 |
| Octal | 273 | 225 | 313 | 10 | 33 | 0 | 24 | 432 | 42 | 105 |
| Binary | 10111011 | 10010101 | 11001011 | 1000 | 11011 | 0 | 10100 | 100011010 | 100010 | 1000101 |
Color Harmonies of #BB95CB
Complementary color
Monochromatic Colors of #BB95CB
Black with #BB95CB
Text Example
Text Example
White with #BB95CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB95CB; }
p { color: rgb(187,149,203); }
H1.HeaderClassName
{
color: #BB95CB;
}
.AnyTagClassName
{
color: #BB95CB;
}
</style>
background-color css
<style>
a { background-color: #BB95CB; }
a { background-color: rgb(187,149,203); }
div.DivClassName
{
background-color: #BB95CB;
}
.BgClassName
{
background-color: #BB95CB;
}
</style>
border-color css
<style>
span { border-color: #BB95CB; }
span { border-color: rgb(187,149,203); }
td.TdClassName
{
border-color: #BB95CB;
}
.TagClassName
{
border-color: #BB95CB;
}
</style>