Shades of Wisteria #BB92DB
Tints of Wisteria #BB92DB
RGB
CMYK
RGB Variations
Color information
#BB92DB (or 0xBB92DB) is known color: Wisteria. HEX triplet: BB, 92 and DB. RGB value is (187,146,219). Sum of RGB (Red+Green+Blue) = 187+146+219=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 146 (57.42% from 255 or 26.45% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB92DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB92DB is #446D24. Grayscale: #A6A6A6. Windows color (decimal): -4484389 or 14389947. OLE color: 14389947.
HSL color Cylindrical-coordinate representation of color #BB92DB: hue angle of 273.7º 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 #BB92DB is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 146 | 219 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.14 |
| HSL | 273.7º | 0.5% | 0.72% | - |
| HSV(B) | 273.7º | 0.33% | 0.86% | - |
| XYZ | 43.56 | 36.24 | 71.72 | - |
| YUV | 166.58 | 157.58 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 146 | 219 | 0.15 | 0.33 | 0 | 0.14 | 273.7 | 0.5 | 0.72 |
| Hex | BB | 92 | DB | F | 21 | 0 | E | 112 | 32 | 48 |
| Octal | 273 | 222 | 333 | 17 | 41 | 0 | 16 | 422 | 62 | 110 |
| Binary | 10111011 | 10010010 | 11011011 | 1111 | 100001 | 0 | 1110 | 100010010 | 110010 | 1001000 |
Color Harmonies of #BB92DB
Complementary color
Monochromatic Colors of #BB92DB
Black with #BB92DB
Text Example
Text Example
White with #BB92DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB92DB; }
p { color: rgb(187,146,219); }
H1.HeaderClassName
{
color: #BB92DB;
}
.AnyTagClassName
{
color: #BB92DB;
}
</style>
background-color css
<style>
a { background-color: #BB92DB; }
a { background-color: rgb(187,146,219); }
div.DivClassName
{
background-color: #BB92DB;
}
.BgClassName
{
background-color: #BB92DB;
}
</style>
border-color css
<style>
span { border-color: #BB92DB; }
span { border-color: rgb(187,146,219); }
td.TdClassName
{
border-color: #BB92DB;
}
.TagClassName
{
border-color: #BB92DB;
}
</style>