Shades of Wisteria #BB93D5
Tints of Wisteria #BB93D5
RGB
CMYK
RGB Variations
Color information
#BB93D5 (or 0xBB93D5) is known color: Wisteria. HEX triplet: BB, 93 and D5. RGB value is (187,147,213). Sum of RGB (Red+Green+Blue) = 187+147+213=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 147 (57.81% from 255 or 26.87% from 547); Blue value is 213 (83.59% from 255 or 38.94% from 547); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB93D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB93D5 is #446C2A. Grayscale: #A6A6A6. Windows color (decimal): -4484139 or 13996987. OLE color: 13996987.
HSL color Cylindrical-coordinate representation of color #BB93D5: hue angle of 276.36º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BB93D5 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 147 | 213 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.16 |
| HSL | 276.36º | 0.44% | 0.71% | - |
| HSV(B) | 276.36º | 0.31% | 0.84% | - |
| XYZ | 42.94 | 36.24 | 67.68 | - |
| YUV | 166.48 | 154.25 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 147 | 213 | 0.12 | 0.31 | 0 | 0.16 | 276.36 | 0.44 | 0.71 |
| Hex | BB | 93 | D5 | C | 1F | 0 | 10 | 114 | 2C | 47 |
| Octal | 273 | 223 | 325 | 14 | 37 | 0 | 20 | 424 | 54 | 107 |
| Binary | 10111011 | 10010011 | 11010101 | 1100 | 11111 | 0 | 10000 | 100010100 | 101100 | 1000111 |
Color Harmonies of #BB93D5
Complementary color
Monochromatic Colors of #BB93D5
Black with #BB93D5
Text Example
Text Example
White with #BB93D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB93D5; }
p { color: rgb(187,147,213); }
H1.HeaderClassName
{
color: #BB93D5;
}
.AnyTagClassName
{
color: #BB93D5;
}
</style>
background-color css
<style>
a { background-color: #BB93D5; }
a { background-color: rgb(187,147,213); }
div.DivClassName
{
background-color: #BB93D5;
}
.BgClassName
{
background-color: #BB93D5;
}
</style>
border-color css
<style>
span { border-color: #BB93D5; }
span { border-color: rgb(187,147,213); }
td.TdClassName
{
border-color: #BB93D5;
}
.TagClassName
{
border-color: #BB93D5;
}
</style>