Shades of Wisteria #BF89CF
Tints of Wisteria #BF89CF
RGB
CMYK
RGB Variations
Color information
#BF89CF (or 0xBF89CF) is known color: Wisteria. HEX triplet: BF, 89 and CF. RGB value is (191,137,207). Sum of RGB (Red+Green+Blue) = 191+137+207=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 137 (53.91% from 255 or 25.61% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF89CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF89CF is #407630. Grayscale: #A0A0A0. Windows color (decimal): -4224561 or 13601215. OLE color: 13601215.
HSL color Cylindrical-coordinate representation of color #BF89CF: hue angle of 286.29º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BF89CF is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 137 | 207 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.19 |
| HSL | 286.29º | 0.42% | 0.67% | - |
| HSV(B) | 286.29º | 0.34% | 0.81% | - |
| XYZ | 41.69 | 33.47 | 63.29 | - |
| YUV | 161.13 | 153.89 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 137 | 207 | 0.08 | 0.34 | 0 | 0.19 | 286.29 | 0.42 | 0.67 |
| Hex | BF | 89 | CF | 8 | 22 | 0 | 13 | 11E | 2A | 43 |
| Octal | 277 | 211 | 317 | 10 | 42 | 0 | 23 | 436 | 52 | 103 |
| Binary | 10111111 | 10001001 | 11001111 | 1000 | 100010 | 0 | 10011 | 100011110 | 101010 | 1000011 |
Color Harmonies of #BF89CF
Complementary color
Monochromatic Colors of #BF89CF
Black with #BF89CF
Text Example
Text Example
White with #BF89CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF89CF; }
p { color: rgb(191,137,207); }
H1.HeaderClassName
{
color: #BF89CF;
}
.AnyTagClassName
{
color: #BF89CF;
}
</style>
background-color css
<style>
a { background-color: #BF89CF; }
a { background-color: rgb(191,137,207); }
div.DivClassName
{
background-color: #BF89CF;
}
.BgClassName
{
background-color: #BF89CF;
}
</style>
border-color css
<style>
span { border-color: #BF89CF; }
span { border-color: rgb(191,137,207); }
td.TdClassName
{
border-color: #BF89CF;
}
.TagClassName
{
border-color: #BF89CF;
}
</style>