Shades of Wisteria #BF8DDB
Tints of Wisteria #BF8DDB
RGB
CMYK
RGB Variations
Color information
#BF8DDB (or 0xBF8DDB) is known color: Wisteria. HEX triplet: BF, 8D and DB. RGB value is (191,141,219). Sum of RGB (Red+Green+Blue) = 191+141+219=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 141 (55.47% from 255 or 25.59% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF8DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8DDB is #407224. Grayscale: #A4A4A4. Windows color (decimal): -4223525 or 14388671. OLE color: 14388671.
HSL color Cylindrical-coordinate representation of color #BF8DDB: hue angle of 278.46º degrees, saturation: 0.52, 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 #BF8DDB is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 141 | 219 | - |
| CMYK | 0.13 | 0.36 | 0 | 0.14 |
| HSL | 278.46º | 0.52% | 0.71% | - |
| HSV(B) | 278.46º | 0.36% | 0.86% | - |
| XYZ | 43.8 | 35.24 | 71.51 | - |
| YUV | 164.84 | 158.57 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 141 | 219 | 0.13 | 0.36 | 0 | 0.14 | 278.46 | 0.52 | 0.71 |
| Hex | BF | 8D | DB | D | 24 | 0 | E | 116 | 34 | 47 |
| Octal | 277 | 215 | 333 | 15 | 44 | 0 | 16 | 426 | 64 | 107 |
| Binary | 10111111 | 10001101 | 11011011 | 1101 | 100100 | 0 | 1110 | 100010110 | 110100 | 1000111 |
Color Harmonies of #BF8DDB
Complementary color
Monochromatic Colors of #BF8DDB
Black with #BF8DDB
Text Example
Text Example
White with #BF8DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8DDB; }
p { color: rgb(191,141,219); }
H1.HeaderClassName
{
color: #BF8DDB;
}
.AnyTagClassName
{
color: #BF8DDB;
}
</style>
background-color css
<style>
a { background-color: #BF8DDB; }
a { background-color: rgb(191,141,219); }
div.DivClassName
{
background-color: #BF8DDB;
}
.BgClassName
{
background-color: #BF8DDB;
}
</style>
border-color css
<style>
span { border-color: #BF8DDB; }
span { border-color: rgb(191,141,219); }
td.TdClassName
{
border-color: #BF8DDB;
}
.TagClassName
{
border-color: #BF8DDB;
}
</style>