Shades of Wisteria #BF8ADB
Tints of Wisteria #BF8ADB
RGB
CMYK
RGB Variations
Color information
#BF8ADB (or 0xBF8ADB) is known color: Wisteria. HEX triplet: BF, 8A and DB. RGB value is (191,138,219). Sum of RGB (Red+Green+Blue) = 191+138+219=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 138 (54.30% from 255 or 25.18% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF8ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8ADB is #407524. Grayscale: #A2A2A2. Windows color (decimal): -4224293 or 14387903. OLE color: 14387903.
HSL color Cylindrical-coordinate representation of color #BF8ADB: hue angle of 279.26º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF8ADB is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 138 | 219 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.14 |
| HSL | 279.26º | 0.53% | 0.7% | - |
| HSV(B) | 279.26º | 0.37% | 0.86% | - |
| XYZ | 43.36 | 34.37 | 71.37 | - |
| YUV | 163.08 | 159.56 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 138 | 219 | 0.13 | 0.37 | 0 | 0.14 | 279.26 | 0.53 | 0.7 |
| Hex | BF | 8A | DB | D | 25 | 0 | E | 117 | 35 | 46 |
| Octal | 277 | 212 | 333 | 15 | 45 | 0 | 16 | 427 | 65 | 106 |
| Binary | 10111111 | 10001010 | 11011011 | 1101 | 100101 | 0 | 1110 | 100010111 | 110101 | 1000110 |
Color Harmonies of #BF8ADB
Complementary color
Monochromatic Colors of #BF8ADB
Black with #BF8ADB
Text Example
Text Example
White with #BF8ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8ADB; }
p { color: rgb(191,138,219); }
H1.HeaderClassName
{
color: #BF8ADB;
}
.AnyTagClassName
{
color: #BF8ADB;
}
</style>
background-color css
<style>
a { background-color: #BF8ADB; }
a { background-color: rgb(191,138,219); }
div.DivClassName
{
background-color: #BF8ADB;
}
.BgClassName
{
background-color: #BF8ADB;
}
</style>
border-color css
<style>
span { border-color: #BF8ADB; }
span { border-color: rgb(191,138,219); }
td.TdClassName
{
border-color: #BF8ADB;
}
.TagClassName
{
border-color: #BF8ADB;
}
</style>