Shades of Wisteria #BB89F0
Tints of Wisteria #BB89F0
RGB
CMYK
RGB Variations
Color information
#BB89F0 (or 0xBB89F0) is known color: Wisteria. HEX triplet: BB, 89 and F0. RGB value is (187,137,240). Sum of RGB (Red+Green+Blue) = 187+137+240=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 137 (53.91% from 255 or 24.29% from 564); Blue value is 240 (94.14% from 255 or 42.55% from 564); Max value from RGB is 240 - color contains mainly: blue. Hex color #BB89F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB89F0 is #44760F. Grayscale: #A3A3A3. Windows color (decimal): -4486672 or 15763899. OLE color: 15763899.
HSL color Cylindrical-coordinate representation of color #BB89F0: hue angle of 269.13º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB89F0 is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 137 | 240 | - |
| CMYK | 0.22 | 0.43 | 0 | 0.06 |
| HSL | 269.13º | 0.77% | 0.74% | - |
| HSV(B) | 269.13º | 0.43% | 0.94% | - |
| XYZ | 45.17 | 34.75 | 86.76 | - |
| YUV | 163.69 | 171.07 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 137 | 240 | 0.22 | 0.43 | 0 | 0.06 | 269.13 | 0.77 | 0.74 |
| Hex | BB | 89 | F0 | 16 | 2B | 0 | 6 | 10D | 4D | 4A |
| Octal | 273 | 211 | 360 | 26 | 53 | 0 | 6 | 415 | 115 | 112 |
| Binary | 10111011 | 10001001 | 11110000 | 10110 | 101011 | 0 | 110 | 100001101 | 1001101 | 1001010 |
Color Harmonies of #BB89F0
Complementary color
Monochromatic Colors of #BB89F0
Black with #BB89F0
Text Example
Text Example
White with #BB89F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB89F0; }
p { color: rgb(187,137,240); }
H1.HeaderClassName
{
color: #BB89F0;
}
.AnyTagClassName
{
color: #BB89F0;
}
</style>
background-color css
<style>
a { background-color: #BB89F0; }
a { background-color: rgb(187,137,240); }
div.DivClassName
{
background-color: #BB89F0;
}
.BgClassName
{
background-color: #BB89F0;
}
</style>
border-color css
<style>
span { border-color: #BB89F0; }
span { border-color: rgb(187,137,240); }
td.TdClassName
{
border-color: #BB89F0;
}
.TagClassName
{
border-color: #BB89F0;
}
</style>