Shades of Wisteria #BF8DDC
Tints of Wisteria #BF8DDC
RGB
CMYK
RGB Variations
Color information
#BF8DDC (or 0xBF8DDC) is known color: Wisteria. HEX triplet: BF, 8D and DC. RGB value is (191,141,220). Sum of RGB (Red+Green+Blue) = 191+141+220=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 141 (55.47% from 255 or 25.54% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF8DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8DDC is #407223. Grayscale: #A4A4A4. Windows color (decimal): -4223524 or 14454207. OLE color: 14454207.
HSL color Cylindrical-coordinate representation of color #BF8DDC: hue angle of 277.97º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BF8DDC is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 141 | 220 | - |
| CMYK | 0.13 | 0.36 | 0 | 0.14 |
| HSL | 277.97º | 0.53% | 0.71% | - |
| HSV(B) | 277.97º | 0.36% | 0.86% | - |
| XYZ | 43.93 | 35.29 | 72.21 | - |
| YUV | 164.96 | 159.07 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 141 | 220 | 0.13 | 0.36 | 0 | 0.14 | 277.97 | 0.53 | 0.71 |
| Hex | BF | 8D | DC | D | 24 | 0 | E | 116 | 35 | 47 |
| Octal | 277 | 215 | 334 | 15 | 44 | 0 | 16 | 426 | 65 | 107 |
| Binary | 10111111 | 10001101 | 11011100 | 1101 | 100100 | 0 | 1110 | 100010110 | 110101 | 1000111 |
Color Harmonies of #BF8DDC
Complementary color
Monochromatic Colors of #BF8DDC
Black with #BF8DDC
Text Example
Text Example
White with #BF8DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8DDC; }
p { color: rgb(191,141,220); }
H1.HeaderClassName
{
color: #BF8DDC;
}
.AnyTagClassName
{
color: #BF8DDC;
}
</style>
background-color css
<style>
a { background-color: #BF8DDC; }
a { background-color: rgb(191,141,220); }
div.DivClassName
{
background-color: #BF8DDC;
}
.BgClassName
{
background-color: #BF8DDC;
}
</style>
border-color css
<style>
span { border-color: #BF8DDC; }
span { border-color: rgb(191,141,220); }
td.TdClassName
{
border-color: #BF8DDC;
}
.TagClassName
{
border-color: #BF8DDC;
}
</style>