Shades of Wisteria #BB84F9
Tints of Wisteria #BB84F9
RGB
CMYK
RGB Variations
Color information
#BB84F9 (or 0xBB84F9) is known color: Wisteria. HEX triplet: BB, 84 and F9. RGB value is (187,132,249). Sum of RGB (Red+Green+Blue) = 187+132+249=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 132 (51.95% from 255 or 23.24% from 568); Blue value is 249 (97.66% from 255 or 43.84% from 568); Max value from RGB is 249 - color contains mainly: blue. Hex color #BB84F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB84F9 is #447B06. Grayscale: #A1A1A1. Windows color (decimal): -4487943 or 16352443. OLE color: 16352443.
HSL color Cylindrical-coordinate representation of color #BB84F9: hue angle of 268.21º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB84F9 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 132 | 249 | - |
| CMYK | 0.25 | 0.47 | 0 | 0.02 |
| HSL | 268.21º | 0.91% | 0.75% | - |
| HSV(B) | 268.21º | 0.47% | 0.98% | - |
| XYZ | 45.84 | 33.91 | 93.75 | - |
| YUV | 161.78 | 177.22 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 132 | 249 | 0.25 | 0.47 | 0 | 0.02 | 268.21 | 0.91 | 0.75 |
| Hex | BB | 84 | F9 | 19 | 2F | 0 | 2 | 10C | 5B | 4B |
| Octal | 273 | 204 | 371 | 31 | 57 | 0 | 2 | 414 | 133 | 113 |
| Binary | 10111011 | 10000100 | 11111001 | 11001 | 101111 | 0 | 10 | 100001100 | 1011011 | 1001011 |
Color Harmonies of #BB84F9
Complementary color
Monochromatic Colors of #BB84F9
Black with #BB84F9
Text Example
Text Example
White with #BB84F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB84F9; }
p { color: rgb(187,132,249); }
H1.HeaderClassName
{
color: #BB84F9;
}
.AnyTagClassName
{
color: #BB84F9;
}
</style>
background-color css
<style>
a { background-color: #BB84F9; }
a { background-color: rgb(187,132,249); }
div.DivClassName
{
background-color: #BB84F9;
}
.BgClassName
{
background-color: #BB84F9;
}
</style>
border-color css
<style>
span { border-color: #BB84F9; }
span { border-color: rgb(187,132,249); }
td.TdClassName
{
border-color: #BB84F9;
}
.TagClassName
{
border-color: #BB84F9;
}
</style>