Shades of Wisteria #BB94CE
Tints of Wisteria #BB94CE
RGB
CMYK
RGB Variations
Color information
#BB94CE (or 0xBB94CE) is known color: Wisteria. HEX triplet: BB, 94 and CE. RGB value is (187,148,206). Sum of RGB (Red+Green+Blue) = 187+148+206=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 148 (58.20% from 255 or 27.36% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB94CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB94CE is #446B31. Grayscale: #A6A6A6. Windows color (decimal): -4483890 or 13538491. OLE color: 13538491.
HSL color Cylindrical-coordinate representation of color #BB94CE: hue angle of 280.34º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BB94CE is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 148 | 206 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.19 |
| HSL | 280.34º | 0.37% | 0.69% | - |
| HSV(B) | 280.34º | 0.28% | 0.81% | - |
| XYZ | 42.22 | 36.2 | 63.15 | - |
| YUV | 166.27 | 150.42 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 148 | 206 | 0.09 | 0.28 | 0 | 0.19 | 280.34 | 0.37 | 0.69 |
| Hex | BB | 94 | CE | 9 | 1C | 0 | 13 | 118 | 25 | 45 |
| Octal | 273 | 224 | 316 | 11 | 34 | 0 | 23 | 430 | 45 | 105 |
| Binary | 10111011 | 10010100 | 11001110 | 1001 | 11100 | 0 | 10011 | 100011000 | 100101 | 1000101 |
Color Harmonies of #BB94CE
Complementary color
Monochromatic Colors of #BB94CE
Black with #BB94CE
Text Example
Text Example
White with #BB94CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB94CE; }
p { color: rgb(187,148,206); }
H1.HeaderClassName
{
color: #BB94CE;
}
.AnyTagClassName
{
color: #BB94CE;
}
</style>
background-color css
<style>
a { background-color: #BB94CE; }
a { background-color: rgb(187,148,206); }
div.DivClassName
{
background-color: #BB94CE;
}
.BgClassName
{
background-color: #BB94CE;
}
</style>
border-color css
<style>
span { border-color: #BB94CE; }
span { border-color: rgb(187,148,206); }
td.TdClassName
{
border-color: #BB94CE;
}
.TagClassName
{
border-color: #BB94CE;
}
</style>