Shades of Wisteria #BB84DD
Tints of Wisteria #BB84DD
RGB
CMYK
RGB Variations
Color information
#BB84DD (or 0xBB84DD) is known color: Wisteria. HEX triplet: BB, 84 and DD. RGB value is (187,132,221). Sum of RGB (Red+Green+Blue) = 187+132+221=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 132 (51.95% from 255 or 24.44% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB84DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB84DD is #447B22. Grayscale: #9E9E9E. Windows color (decimal): -4487971 or 14517435. OLE color: 14517435.
HSL color Cylindrical-coordinate representation of color #BB84DD: hue angle of 277.08º degrees, saturation: 0.57, 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 #BB84DD is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 132 | 221 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.13 |
| HSL | 277.08º | 0.57% | 0.69% | - |
| HSV(B) | 277.08º | 0.4% | 0.87% | - |
| XYZ | 41.8 | 32.29 | 72.44 | - |
| YUV | 158.59 | 163.22 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 132 | 221 | 0.15 | 0.40 | 0 | 0.13 | 277.08 | 0.57 | 0.69 |
| Hex | BB | 84 | DD | F | 28 | 0 | D | 115 | 39 | 45 |
| Octal | 273 | 204 | 335 | 17 | 50 | 0 | 15 | 425 | 71 | 105 |
| Binary | 10111011 | 10000100 | 11011101 | 1111 | 101000 | 0 | 1101 | 100010101 | 111001 | 1000101 |
Color Harmonies of #BB84DD
Complementary color
Monochromatic Colors of #BB84DD
Black with #BB84DD
Text Example
Text Example
White with #BB84DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB84DD; }
p { color: rgb(187,132,221); }
H1.HeaderClassName
{
color: #BB84DD;
}
.AnyTagClassName
{
color: #BB84DD;
}
</style>
background-color css
<style>
a { background-color: #BB84DD; }
a { background-color: rgb(187,132,221); }
div.DivClassName
{
background-color: #BB84DD;
}
.BgClassName
{
background-color: #BB84DD;
}
</style>
border-color css
<style>
span { border-color: #BB84DD; }
span { border-color: rgb(187,132,221); }
td.TdClassName
{
border-color: #BB84DD;
}
.TagClassName
{
border-color: #BB84DD;
}
</style>