Shades of Wisteria #BF89D3
Tints of Wisteria #BF89D3
RGB
CMYK
RGB Variations
Color information
#BF89D3 (or 0xBF89D3) is known color: Wisteria. HEX triplet: BF, 89 and D3. RGB value is (191,137,211). Sum of RGB (Red+Green+Blue) = 191+137+211=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 137 (53.91% from 255 or 25.42% from 539); Blue value is 211 (82.81% from 255 or 39.15% from 539); Max value from RGB is 211 - color contains mainly: blue. Hex color #BF89D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF89D3 is #40762C. Grayscale: #A1A1A1. Windows color (decimal): -4224557 or 13863359. OLE color: 13863359.
HSL color Cylindrical-coordinate representation of color #BF89D3: hue angle of 283.78º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BF89D3 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 137 | 211 | - |
| CMYK | 0.09 | 0.35 | 0 | 0.17 |
| HSL | 283.78º | 0.46% | 0.68% | - |
| HSV(B) | 283.78º | 0.35% | 0.83% | - |
| XYZ | 42.19 | 33.67 | 65.9 | - |
| YUV | 161.58 | 155.89 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 137 | 211 | 0.09 | 0.35 | 0 | 0.17 | 283.78 | 0.46 | 0.68 |
| Hex | BF | 89 | D3 | 9 | 23 | 0 | 11 | 11C | 2E | 44 |
| Octal | 277 | 211 | 323 | 11 | 43 | 0 | 21 | 434 | 56 | 104 |
| Binary | 10111111 | 10001001 | 11010011 | 1001 | 100011 | 0 | 10001 | 100011100 | 101110 | 1000100 |
Color Harmonies of #BF89D3
Complementary color
Monochromatic Colors of #BF89D3
Black with #BF89D3
Text Example
Text Example
White with #BF89D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF89D3; }
p { color: rgb(191,137,211); }
H1.HeaderClassName
{
color: #BF89D3;
}
.AnyTagClassName
{
color: #BF89D3;
}
</style>
background-color css
<style>
a { background-color: #BF89D3; }
a { background-color: rgb(191,137,211); }
div.DivClassName
{
background-color: #BF89D3;
}
.BgClassName
{
background-color: #BF89D3;
}
</style>
border-color css
<style>
span { border-color: #BF89D3; }
span { border-color: rgb(191,137,211); }
td.TdClassName
{
border-color: #BF89D3;
}
.TagClassName
{
border-color: #BF89D3;
}
</style>