Shades of Wisteria #BF9ADB
Tints of Wisteria #BF9ADB
RGB
CMYK
RGB Variations
Color information
#BF9ADB (or 0xBF9ADB) is known color: Wisteria. HEX triplet: BF, 9A and DB. RGB value is (191,154,219). Sum of RGB (Red+Green+Blue) = 191+154+219=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 154 (60.55% from 255 or 27.30% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF9ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9ADB is #406524. Grayscale: #ACACAC. Windows color (decimal): -4220197 or 14391999. OLE color: 14391999.
HSL color Cylindrical-coordinate representation of color #BF9ADB: hue angle of 274.15º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF9ADB is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 154 | 219 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.14 |
| HSL | 274.15º | 0.47% | 0.73% | - |
| HSV(B) | 274.15º | 0.3% | 0.86% | - |
| XYZ | 45.83 | 39.3 | 72.19 | - |
| YUV | 172.47 | 154.26 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 154 | 219 | 0.13 | 0.30 | 0 | 0.14 | 274.15 | 0.47 | 0.73 |
| Hex | BF | 9A | DB | D | 1E | 0 | E | 112 | 2F | 49 |
| Octal | 277 | 232 | 333 | 15 | 36 | 0 | 16 | 422 | 57 | 111 |
| Binary | 10111111 | 10011010 | 11011011 | 1101 | 11110 | 0 | 1110 | 100010010 | 101111 | 1001001 |
Color Harmonies of #BF9ADB
Complementary color
Monochromatic Colors of #BF9ADB
Black with #BF9ADB
Text Example
Text Example
White with #BF9ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9ADB; }
p { color: rgb(191,154,219); }
H1.HeaderClassName
{
color: #BF9ADB;
}
.AnyTagClassName
{
color: #BF9ADB;
}
</style>
background-color css
<style>
a { background-color: #BF9ADB; }
a { background-color: rgb(191,154,219); }
div.DivClassName
{
background-color: #BF9ADB;
}
.BgClassName
{
background-color: #BF9ADB;
}
</style>
border-color css
<style>
span { border-color: #BF9ADB; }
span { border-color: rgb(191,154,219); }
td.TdClassName
{
border-color: #BF9ADB;
}
.TagClassName
{
border-color: #BF9ADB;
}
</style>