Shades of Wisteria #BB89ED
Tints of Wisteria #BB89ED
RGB
CMYK
RGB Variations
Color information
#BB89ED (or 0xBB89ED) is known color: Wisteria. HEX triplet: BB, 89 and ED. RGB value is (187,137,237). Sum of RGB (Red+Green+Blue) = 187+137+237=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 137 (53.91% from 255 or 24.42% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB89ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB89ED is #447612. Grayscale: #A3A3A3. Windows color (decimal): -4486675 or 15567291. OLE color: 15567291.
HSL color Cylindrical-coordinate representation of color #BB89ED: hue angle of 270º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB89ED is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 137 | 237 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.07 |
| HSL | 270º | 0.74% | 0.73% | - |
| HSV(B) | 270º | 0.42% | 0.93% | - |
| XYZ | 44.73 | 34.57 | 84.44 | - |
| YUV | 163.35 | 169.57 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 137 | 237 | 0.21 | 0.42 | 0 | 0.07 | 270 | 0.74 | 0.73 |
| Hex | BB | 89 | ED | 15 | 2A | 0 | 7 | 10E | 4A | 49 |
| Octal | 273 | 211 | 355 | 25 | 52 | 0 | 7 | 416 | 112 | 111 |
| Binary | 10111011 | 10001001 | 11101101 | 10101 | 101010 | 0 | 111 | 100001110 | 1001010 | 1001001 |
Color Harmonies of #BB89ED
Complementary color
Monochromatic Colors of #BB89ED
Black with #BB89ED
Text Example
Text Example
White with #BB89ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB89ED; }
p { color: rgb(187,137,237); }
H1.HeaderClassName
{
color: #BB89ED;
}
.AnyTagClassName
{
color: #BB89ED;
}
</style>
background-color css
<style>
a { background-color: #BB89ED; }
a { background-color: rgb(187,137,237); }
div.DivClassName
{
background-color: #BB89ED;
}
.BgClassName
{
background-color: #BB89ED;
}
</style>
border-color css
<style>
span { border-color: #BB89ED; }
span { border-color: rgb(187,137,237); }
td.TdClassName
{
border-color: #BB89ED;
}
.TagClassName
{
border-color: #BB89ED;
}
</style>