Shades of Wisteria #BB84F7
Tints of Wisteria #BB84F7
RGB
CMYK
RGB Variations
Color information
#BB84F7 (or 0xBB84F7) is known color: Wisteria. HEX triplet: BB, 84 and F7. RGB value is (187,132,247). Sum of RGB (Red+Green+Blue) = 187+132+247=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 132 (51.95% from 255 or 23.32% from 566); Blue value is 247 (96.88% from 255 or 43.64% from 566); Max value from RGB is 247 - color contains mainly: blue. Hex color #BB84F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB84F7 is #447B08. Grayscale: #A1A1A1. Windows color (decimal): -4487945 or 16221371. OLE color: 16221371.
HSL color Cylindrical-coordinate representation of color #BB84F7: hue angle of 268.7º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB84F7 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 132 | 247 | - |
| CMYK | 0.24 | 0.47 | 0 | 0.03 |
| HSL | 268.7º | 0.88% | 0.74% | - |
| HSV(B) | 268.7º | 0.47% | 0.97% | - |
| XYZ | 45.53 | 33.78 | 92.12 | - |
| YUV | 161.56 | 176.22 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 132 | 247 | 0.24 | 0.47 | 0 | 0.03 | 268.7 | 0.88 | 0.74 |
| Hex | BB | 84 | F7 | 18 | 2F | 0 | 3 | 10D | 58 | 4A |
| Octal | 273 | 204 | 367 | 30 | 57 | 0 | 3 | 415 | 130 | 112 |
| Binary | 10111011 | 10000100 | 11110111 | 11000 | 101111 | 0 | 11 | 100001101 | 1011000 | 1001010 |
Color Harmonies of #BB84F7
Complementary color
Monochromatic Colors of #BB84F7
Black with #BB84F7
Text Example
Text Example
White with #BB84F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB84F7; }
p { color: rgb(187,132,247); }
H1.HeaderClassName
{
color: #BB84F7;
}
.AnyTagClassName
{
color: #BB84F7;
}
</style>
background-color css
<style>
a { background-color: #BB84F7; }
a { background-color: rgb(187,132,247); }
div.DivClassName
{
background-color: #BB84F7;
}
.BgClassName
{
background-color: #BB84F7;
}
</style>
border-color css
<style>
span { border-color: #BB84F7; }
span { border-color: rgb(187,132,247); }
td.TdClassName
{
border-color: #BB84F7;
}
.TagClassName
{
border-color: #BB84F7;
}
</style>