Shades of Wisteria #BB82DD
Tints of Wisteria #BB82DD
RGB
CMYK
RGB Variations
Color information
#BB82DD (or 0xBB82DD) is known color: Wisteria. HEX triplet: BB, 82 and DD. RGB value is (187,130,221). Sum of RGB (Red+Green+Blue) = 187+130+221=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 130 (51.17% from 255 or 24.16% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB82DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB82DD is #447D22. Grayscale: #9D9D9D. Windows color (decimal): -4488483 or 14516923. OLE color: 14516923.
HSL color Cylindrical-coordinate representation of color #BB82DD: hue angle of 277.58º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB82DD is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 130 | 221 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.13 |
| HSL | 277.58º | 0.57% | 0.69% | - |
| HSV(B) | 277.58º | 0.41% | 0.87% | - |
| XYZ | 41.53 | 31.75 | 72.35 | - |
| YUV | 157.42 | 163.88 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 130 | 221 | 0.15 | 0.41 | 0 | 0.13 | 277.58 | 0.57 | 0.69 |
| Hex | BB | 82 | DD | F | 29 | 0 | D | 116 | 39 | 45 |
| Octal | 273 | 202 | 335 | 17 | 51 | 0 | 15 | 426 | 71 | 105 |
| Binary | 10111011 | 10000010 | 11011101 | 1111 | 101001 | 0 | 1101 | 100010110 | 111001 | 1000101 |
Color Harmonies of #BB82DD
Complementary color
Monochromatic Colors of #BB82DD
Black with #BB82DD
Text Example
Text Example
White with #BB82DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB82DD; }
p { color: rgb(187,130,221); }
H1.HeaderClassName
{
color: #BB82DD;
}
.AnyTagClassName
{
color: #BB82DD;
}
</style>
background-color css
<style>
a { background-color: #BB82DD; }
a { background-color: rgb(187,130,221); }
div.DivClassName
{
background-color: #BB82DD;
}
.BgClassName
{
background-color: #BB82DD;
}
</style>
border-color css
<style>
span { border-color: #BB82DD; }
span { border-color: rgb(187,130,221); }
td.TdClassName
{
border-color: #BB82DD;
}
.TagClassName
{
border-color: #BB82DD;
}
</style>