Shades of Wisteria #BB83F1
Tints of Wisteria #BB83F1
RGB
CMYK
RGB Variations
Color information
#BB83F1 (or 0xBB83F1) is known color: Wisteria. HEX triplet: BB, 83 and F1. RGB value is (187,131,241). Sum of RGB (Red+Green+Blue) = 187+131+241=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 131 (51.56% from 255 or 23.43% from 559); Blue value is 241 (94.53% from 255 or 43.11% from 559); Max value from RGB is 241 - color contains mainly: blue. Hex color #BB83F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB83F1 is #447C0E. Grayscale: #9F9F9F. Windows color (decimal): -4488207 or 15827899. OLE color: 15827899.
HSL color Cylindrical-coordinate representation of color #BB83F1: hue angle of 270.55º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB83F1 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 131 | 241 | - |
| CMYK | 0.22 | 0.46 | 0 | 0.05 |
| HSL | 270.55º | 0.8% | 0.73% | - |
| HSV(B) | 270.55º | 0.46% | 0.95% | - |
| XYZ | 44.49 | 33.15 | 87.27 | - |
| YUV | 160.28 | 173.55 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 131 | 241 | 0.22 | 0.46 | 0 | 0.05 | 270.55 | 0.8 | 0.73 |
| Hex | BB | 83 | F1 | 16 | 2E | 0 | 5 | 10F | 50 | 49 |
| Octal | 273 | 203 | 361 | 26 | 56 | 0 | 5 | 417 | 120 | 111 |
| Binary | 10111011 | 10000011 | 11110001 | 10110 | 101110 | 0 | 101 | 100001111 | 1010000 | 1001001 |
Color Harmonies of #BB83F1
Complementary color
Monochromatic Colors of #BB83F1
Black with #BB83F1
Text Example
Text Example
White with #BB83F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB83F1; }
p { color: rgb(187,131,241); }
H1.HeaderClassName
{
color: #BB83F1;
}
.AnyTagClassName
{
color: #BB83F1;
}
</style>
background-color css
<style>
a { background-color: #BB83F1; }
a { background-color: rgb(187,131,241); }
div.DivClassName
{
background-color: #BB83F1;
}
.BgClassName
{
background-color: #BB83F1;
}
</style>
border-color css
<style>
span { border-color: #BB83F1; }
span { border-color: rgb(187,131,241); }
td.TdClassName
{
border-color: #BB83F1;
}
.TagClassName
{
border-color: #BB83F1;
}
</style>