Shades of Wisteria #BB93DB
Tints of Wisteria #BB93DB
RGB
CMYK
RGB Variations
Color information
#BB93DB (or 0xBB93DB) is known color: Wisteria. HEX triplet: BB, 93 and DB. RGB value is (187,147,219). Sum of RGB (Red+Green+Blue) = 187+147+219=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 147 (57.81% from 255 or 26.58% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB93DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB93DB is #446C24. Grayscale: #A6A6A6. Windows color (decimal): -4484133 or 14390203. OLE color: 14390203.
HSL color Cylindrical-coordinate representation of color #BB93DB: hue angle of 273.33º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB93DB is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 147 | 219 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.14 |
| HSL | 273.33º | 0.5% | 0.72% | - |
| HSV(B) | 273.33º | 0.33% | 0.86% | - |
| XYZ | 43.71 | 36.55 | 71.77 | - |
| YUV | 167.17 | 157.25 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 147 | 219 | 0.15 | 0.33 | 0 | 0.14 | 273.33 | 0.5 | 0.72 |
| Hex | BB | 93 | DB | F | 21 | 0 | E | 111 | 32 | 48 |
| Octal | 273 | 223 | 333 | 17 | 41 | 0 | 16 | 421 | 62 | 110 |
| Binary | 10111011 | 10010011 | 11011011 | 1111 | 100001 | 0 | 1110 | 100010001 | 110010 | 1001000 |
Color Harmonies of #BB93DB
Complementary color
Monochromatic Colors of #BB93DB
Black with #BB93DB
Text Example
Text Example
White with #BB93DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB93DB; }
p { color: rgb(187,147,219); }
H1.HeaderClassName
{
color: #BB93DB;
}
.AnyTagClassName
{
color: #BB93DB;
}
</style>
background-color css
<style>
a { background-color: #BB93DB; }
a { background-color: rgb(187,147,219); }
div.DivClassName
{
background-color: #BB93DB;
}
.BgClassName
{
background-color: #BB93DB;
}
</style>
border-color css
<style>
span { border-color: #BB93DB; }
span { border-color: rgb(187,147,219); }
td.TdClassName
{
border-color: #BB93DB;
}
.TagClassName
{
border-color: #BB93DB;
}
</style>