Shades of Wisteria #BF8DDD
Tints of Wisteria #BF8DDD
RGB
CMYK
RGB Variations
Color information
#BF8DDD (or 0xBF8DDD) is known color: Wisteria. HEX triplet: BF, 8D and DD. RGB value is (191,141,221). Sum of RGB (Red+Green+Blue) = 191+141+221=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 141 (55.47% from 255 or 25.50% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF8DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8DDD is #407222. Grayscale: #A4A4A4. Windows color (decimal): -4223523 or 14519743. OLE color: 14519743.
HSL color Cylindrical-coordinate representation of color #BF8DDD: hue angle of 277.5º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BF8DDD is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 141 | 221 | - |
| CMYK | 0.14 | 0.36 | 0 | 0.13 |
| HSL | 277.5º | 0.54% | 0.71% | - |
| HSV(B) | 277.5º | 0.36% | 0.87% | - |
| XYZ | 44.06 | 35.35 | 72.91 | - |
| YUV | 165.07 | 159.57 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 141 | 221 | 0.14 | 0.36 | 0 | 0.13 | 277.5 | 0.54 | 0.71 |
| Hex | BF | 8D | DD | E | 24 | 0 | D | 116 | 36 | 47 |
| Octal | 277 | 215 | 335 | 16 | 44 | 0 | 15 | 426 | 66 | 107 |
| Binary | 10111111 | 10001101 | 11011101 | 1110 | 100100 | 0 | 1101 | 100010110 | 110110 | 1000111 |
Color Harmonies of #BF8DDD
Complementary color
Monochromatic Colors of #BF8DDD
Black with #BF8DDD
Text Example
Text Example
White with #BF8DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8DDD; }
p { color: rgb(191,141,221); }
H1.HeaderClassName
{
color: #BF8DDD;
}
.AnyTagClassName
{
color: #BF8DDD;
}
</style>
background-color css
<style>
a { background-color: #BF8DDD; }
a { background-color: rgb(191,141,221); }
div.DivClassName
{
background-color: #BF8DDD;
}
.BgClassName
{
background-color: #BF8DDD;
}
</style>
border-color css
<style>
span { border-color: #BF8DDD; }
span { border-color: rgb(191,141,221); }
td.TdClassName
{
border-color: #BF8DDD;
}
.TagClassName
{
border-color: #BF8DDD;
}
</style>