Shades of Wisteria #BB89DA
Tints of Wisteria #BB89DA
RGB
CMYK
RGB Variations
Color information
#BB89DA (or 0xBB89DA) is known color: Wisteria. HEX triplet: BB, 89 and DA. RGB value is (187,137,218). Sum of RGB (Red+Green+Blue) = 187+137+218=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 137 (53.91% from 255 or 25.28% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB89DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB89DA is #447625. Grayscale: #A0A0A0. Windows color (decimal): -4486694 or 14322107. OLE color: 14322107.
HSL color Cylindrical-coordinate representation of color #BB89DA: hue angle of 277.04º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB89DA is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 137 | 218 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.15 |
| HSL | 277.04º | 0.52% | 0.7% | - |
| HSV(B) | 277.04º | 0.37% | 0.85% | - |
| XYZ | 42.09 | 33.52 | 70.58 | - |
| YUV | 161.18 | 160.07 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 137 | 218 | 0.14 | 0.37 | 0 | 0.15 | 277.04 | 0.52 | 0.7 |
| Hex | BB | 89 | DA | E | 25 | 0 | F | 115 | 34 | 46 |
| Octal | 273 | 211 | 332 | 16 | 45 | 0 | 17 | 425 | 64 | 106 |
| Binary | 10111011 | 10001001 | 11011010 | 1110 | 100101 | 0 | 1111 | 100010101 | 110100 | 1000110 |
Color Harmonies of #BB89DA
Complementary color
Monochromatic Colors of #BB89DA
Black with #BB89DA
Text Example
Text Example
White with #BB89DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB89DA; }
p { color: rgb(187,137,218); }
H1.HeaderClassName
{
color: #BB89DA;
}
.AnyTagClassName
{
color: #BB89DA;
}
</style>
background-color css
<style>
a { background-color: #BB89DA; }
a { background-color: rgb(187,137,218); }
div.DivClassName
{
background-color: #BB89DA;
}
.BgClassName
{
background-color: #BB89DA;
}
</style>
border-color css
<style>
span { border-color: #BB89DA; }
span { border-color: rgb(187,137,218); }
td.TdClassName
{
border-color: #BB89DA;
}
.TagClassName
{
border-color: #BB89DA;
}
</style>