Shades of Wisteria #BB82E6
Tints of Wisteria #BB82E6
RGB
CMYK
RGB Variations
Color information
#BB82E6 (or 0xBB82E6) is known color: Wisteria. HEX triplet: BB, 82 and E6. RGB value is (187,130,230). Sum of RGB (Red+Green+Blue) = 187+130+230=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 130 (51.17% from 255 or 23.77% from 547); Blue value is 230 (90.23% from 255 or 42.05% from 547); Max value from RGB is 230 - color contains mainly: blue. Hex color #BB82E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB82E6 is #447D19. Grayscale: #9E9E9E. Windows color (decimal): -4488474 or 15106747. OLE color: 15106747.
HSL color Cylindrical-coordinate representation of color #BB82E6: hue angle of 274.2º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB82E6 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 130 | 230 | - |
| CMYK | 0.19 | 0.43 | 0 | 0.10 |
| HSL | 274.2º | 0.67% | 0.71% | - |
| HSV(B) | 274.2º | 0.43% | 0.9% | - |
| XYZ | 42.76 | 32.24 | 78.83 | - |
| YUV | 158.44 | 168.38 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 130 | 230 | 0.19 | 0.43 | 0 | 0.10 | 274.2 | 0.67 | 0.71 |
| Hex | BB | 82 | E6 | 13 | 2B | 0 | A | 112 | 43 | 47 |
| Octal | 273 | 202 | 346 | 23 | 53 | 0 | 12 | 422 | 103 | 107 |
| Binary | 10111011 | 10000010 | 11100110 | 10011 | 101011 | 0 | 1010 | 100010010 | 1000011 | 1000111 |
Color Harmonies of #BB82E6
Complementary color
Monochromatic Colors of #BB82E6
Black with #BB82E6
Text Example
Text Example
White with #BB82E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB82E6; }
p { color: rgb(187,130,230); }
H1.HeaderClassName
{
color: #BB82E6;
}
.AnyTagClassName
{
color: #BB82E6;
}
</style>
background-color css
<style>
a { background-color: #BB82E6; }
a { background-color: rgb(187,130,230); }
div.DivClassName
{
background-color: #BB82E6;
}
.BgClassName
{
background-color: #BB82E6;
}
</style>
border-color css
<style>
span { border-color: #BB82E6; }
span { border-color: rgb(187,130,230); }
td.TdClassName
{
border-color: #BB82E6;
}
.TagClassName
{
border-color: #BB82E6;
}
</style>