Shades of Wisteria #BB85DB
Tints of Wisteria #BB85DB
RGB
CMYK
RGB Variations
Color information
#BB85DB (or 0xBB85DB) is known color: Wisteria. HEX triplet: BB, 85 and DB. RGB value is (187,133,219). Sum of RGB (Red+Green+Blue) = 187+133+219=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 133 (52.34% from 255 or 24.68% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB85DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB85DB is #447A24. Grayscale: #9E9E9E. Windows color (decimal): -4487717 or 14386619. OLE color: 14386619.
HSL color Cylindrical-coordinate representation of color #BB85DB: hue angle of 277.67º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB85DB is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 133 | 219 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.14 |
| HSL | 277.67º | 0.54% | 0.69% | - |
| HSV(B) | 277.67º | 0.39% | 0.86% | - |
| XYZ | 41.67 | 32.45 | 71.09 | - |
| YUV | 158.95 | 161.89 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 133 | 219 | 0.15 | 0.39 | 0 | 0.14 | 277.67 | 0.54 | 0.69 |
| Hex | BB | 85 | DB | F | 27 | 0 | E | 116 | 36 | 45 |
| Octal | 273 | 205 | 333 | 17 | 47 | 0 | 16 | 426 | 66 | 105 |
| Binary | 10111011 | 10000101 | 11011011 | 1111 | 100111 | 0 | 1110 | 100010110 | 110110 | 1000101 |
Color Harmonies of #BB85DB
Complementary color
Monochromatic Colors of #BB85DB
Black with #BB85DB
Text Example
Text Example
White with #BB85DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB85DB; }
p { color: rgb(187,133,219); }
H1.HeaderClassName
{
color: #BB85DB;
}
.AnyTagClassName
{
color: #BB85DB;
}
</style>
background-color css
<style>
a { background-color: #BB85DB; }
a { background-color: rgb(187,133,219); }
div.DivClassName
{
background-color: #BB85DB;
}
.BgClassName
{
background-color: #BB85DB;
}
</style>
border-color css
<style>
span { border-color: #BB85DB; }
span { border-color: rgb(187,133,219); }
td.TdClassName
{
border-color: #BB85DB;
}
.TagClassName
{
border-color: #BB85DB;
}
</style>