Shades of Wisteria #BB83E6
Tints of Wisteria #BB83E6
RGB
CMYK
RGB Variations
Color information
#BB83E6 (or 0xBB83E6) is known color: Wisteria. HEX triplet: BB, 83 and E6. RGB value is (187,131,230). Sum of RGB (Red+Green+Blue) = 187+131+230=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 131 (51.56% from 255 or 23.91% from 548); Blue value is 230 (90.23% from 255 or 41.97% from 548); Max value from RGB is 230 - color contains mainly: blue. Hex color #BB83E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB83E6 is #447C19. Grayscale: #9E9E9E. Windows color (decimal): -4488218 or 15107003. OLE color: 15107003.
HSL color Cylindrical-coordinate representation of color #BB83E6: hue angle of 273.94º degrees, saturation: 0.66, 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 #BB83E6 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 131 | 230 | - |
| CMYK | 0.19 | 0.43 | 0 | 0.10 |
| HSL | 273.94º | 0.66% | 0.71% | - |
| HSV(B) | 273.94º | 0.43% | 0.9% | - |
| XYZ | 42.89 | 32.51 | 78.88 | - |
| YUV | 159.03 | 168.05 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 131 | 230 | 0.19 | 0.43 | 0 | 0.10 | 273.94 | 0.66 | 0.71 |
| Hex | BB | 83 | E6 | 13 | 2B | 0 | A | 112 | 42 | 47 |
| Octal | 273 | 203 | 346 | 23 | 53 | 0 | 12 | 422 | 102 | 107 |
| Binary | 10111011 | 10000011 | 11100110 | 10011 | 101011 | 0 | 1010 | 100010010 | 1000010 | 1000111 |
Color Harmonies of #BB83E6
Complementary color
Monochromatic Colors of #BB83E6
Black with #BB83E6
Text Example
Text Example
White with #BB83E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB83E6; }
p { color: rgb(187,131,230); }
H1.HeaderClassName
{
color: #BB83E6;
}
.AnyTagClassName
{
color: #BB83E6;
}
</style>
background-color css
<style>
a { background-color: #BB83E6; }
a { background-color: rgb(187,131,230); }
div.DivClassName
{
background-color: #BB83E6;
}
.BgClassName
{
background-color: #BB83E6;
}
</style>
border-color css
<style>
span { border-color: #BB83E6; }
span { border-color: rgb(187,131,230); }
td.TdClassName
{
border-color: #BB83E6;
}
.TagClassName
{
border-color: #BB83E6;
}
</style>