Shades of Wisteria #BB85DD
Tints of Wisteria #BB85DD
RGB
CMYK
RGB Variations
Color information
#BB85DD (or 0xBB85DD) is known color: Wisteria. HEX triplet: BB, 85 and DD. RGB value is (187,133,221). Sum of RGB (Red+Green+Blue) = 187+133+221=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 133 (52.34% from 255 or 24.58% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB85DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB85DD is #447A22. Grayscale: #9E9E9E. Windows color (decimal): -4487715 or 14517691. OLE color: 14517691.
HSL color Cylindrical-coordinate representation of color #BB85DD: hue angle of 276.82º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB85DD is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 133 | 221 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.13 |
| HSL | 276.82º | 0.56% | 0.69% | - |
| HSV(B) | 276.82º | 0.4% | 0.87% | - |
| XYZ | 41.93 | 32.56 | 72.48 | - |
| YUV | 159.18 | 162.89 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 133 | 221 | 0.15 | 0.40 | 0 | 0.13 | 276.82 | 0.56 | 0.69 |
| Hex | BB | 85 | DD | F | 28 | 0 | D | 115 | 38 | 45 |
| Octal | 273 | 205 | 335 | 17 | 50 | 0 | 15 | 425 | 70 | 105 |
| Binary | 10111011 | 10000101 | 11011101 | 1111 | 101000 | 0 | 1101 | 100010101 | 111000 | 1000101 |
Color Harmonies of #BB85DD
Complementary color
Monochromatic Colors of #BB85DD
Black with #BB85DD
Text Example
Text Example
White with #BB85DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB85DD; }
p { color: rgb(187,133,221); }
H1.HeaderClassName
{
color: #BB85DD;
}
.AnyTagClassName
{
color: #BB85DD;
}
</style>
background-color css
<style>
a { background-color: #BB85DD; }
a { background-color: rgb(187,133,221); }
div.DivClassName
{
background-color: #BB85DD;
}
.BgClassName
{
background-color: #BB85DD;
}
</style>
border-color css
<style>
span { border-color: #BB85DD; }
span { border-color: rgb(187,133,221); }
td.TdClassName
{
border-color: #BB85DD;
}
.TagClassName
{
border-color: #BB85DD;
}
</style>