Shades of Wisteria #BB90CE
Tints of Wisteria #BB90CE
RGB
CMYK
RGB Variations
Color information
#BB90CE (or 0xBB90CE) is known color: Wisteria. HEX triplet: BB, 90 and CE. RGB value is (187,144,206). Sum of RGB (Red+Green+Blue) = 187+144+206=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 144 (56.64% from 255 or 26.82% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB90CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB90CE is #446F31. Grayscale: #A3A3A3. Windows color (decimal): -4484914 or 13537467. OLE color: 13537467.
HSL color Cylindrical-coordinate representation of color #BB90CE: hue angle of 281.61º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB90CE is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 144 | 206 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.19 |
| HSL | 281.61º | 0.39% | 0.69% | - |
| HSV(B) | 281.61º | 0.3% | 0.81% | - |
| XYZ | 41.61 | 34.97 | 62.95 | - |
| YUV | 163.93 | 151.75 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 144 | 206 | 0.09 | 0.30 | 0 | 0.19 | 281.61 | 0.39 | 0.69 |
| Hex | BB | 90 | CE | 9 | 1E | 0 | 13 | 11A | 27 | 45 |
| Octal | 273 | 220 | 316 | 11 | 36 | 0 | 23 | 432 | 47 | 105 |
| Binary | 10111011 | 10010000 | 11001110 | 1001 | 11110 | 0 | 10011 | 100011010 | 100111 | 1000101 |
Color Harmonies of #BB90CE
Complementary color
Monochromatic Colors of #BB90CE
Black with #BB90CE
Text Example
Text Example
White with #BB90CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB90CE; }
p { color: rgb(187,144,206); }
H1.HeaderClassName
{
color: #BB90CE;
}
.AnyTagClassName
{
color: #BB90CE;
}
</style>
background-color css
<style>
a { background-color: #BB90CE; }
a { background-color: rgb(187,144,206); }
div.DivClassName
{
background-color: #BB90CE;
}
.BgClassName
{
background-color: #BB90CE;
}
</style>
border-color css
<style>
span { border-color: #BB90CE; }
span { border-color: rgb(187,144,206); }
td.TdClassName
{
border-color: #BB90CE;
}
.TagClassName
{
border-color: #BB90CE;
}
</style>