Shades of Wisteria #BB84F6
Tints of Wisteria #BB84F6
RGB
CMYK
RGB Variations
Color information
#BB84F6 (or 0xBB84F6) is known color: Wisteria. HEX triplet: BB, 84 and F6. RGB value is (187,132,246). Sum of RGB (Red+Green+Blue) = 187+132+246=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 132 (51.95% from 255 or 23.36% from 565); Blue value is 246 (96.48% from 255 or 43.54% from 565); Max value from RGB is 246 - color contains mainly: blue. Hex color #BB84F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB84F6 is #447B09. Grayscale: #A1A1A1. Windows color (decimal): -4487946 or 16155835. OLE color: 16155835.
HSL color Cylindrical-coordinate representation of color #BB84F6: hue angle of 268.95º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB84F6 is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 132 | 246 | - |
| CMYK | 0.24 | 0.46 | 0 | 0.04 |
| HSL | 268.95º | 0.86% | 0.74% | - |
| HSV(B) | 268.95º | 0.46% | 0.96% | - |
| XYZ | 45.38 | 33.72 | 91.31 | - |
| YUV | 161.44 | 175.72 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 132 | 246 | 0.24 | 0.46 | 0 | 0.04 | 268.95 | 0.86 | 0.74 |
| Hex | BB | 84 | F6 | 18 | 2E | 0 | 4 | 10D | 56 | 4A |
| Octal | 273 | 204 | 366 | 30 | 56 | 0 | 4 | 415 | 126 | 112 |
| Binary | 10111011 | 10000100 | 11110110 | 11000 | 101110 | 0 | 100 | 100001101 | 1010110 | 1001010 |
Color Harmonies of #BB84F6
Complementary color
Monochromatic Colors of #BB84F6
Black with #BB84F6
Text Example
Text Example
White with #BB84F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB84F6; }
p { color: rgb(187,132,246); }
H1.HeaderClassName
{
color: #BB84F6;
}
.AnyTagClassName
{
color: #BB84F6;
}
</style>
background-color css
<style>
a { background-color: #BB84F6; }
a { background-color: rgb(187,132,246); }
div.DivClassName
{
background-color: #BB84F6;
}
.BgClassName
{
background-color: #BB84F6;
}
</style>
border-color css
<style>
span { border-color: #BB84F6; }
span { border-color: rgb(187,132,246); }
td.TdClassName
{
border-color: #BB84F6;
}
.TagClassName
{
border-color: #BB84F6;
}
</style>