Shades of Wisteria #BF8ADD
Tints of Wisteria #BF8ADD
RGB
CMYK
RGB Variations
Color information
#BF8ADD (or 0xBF8ADD) is known color: Wisteria. HEX triplet: BF, 8A and DD. RGB value is (191,138,221). Sum of RGB (Red+Green+Blue) = 191+138+221=550 (72% of max value = 765). Red value is 191 (75% from 255 or 34.73% from 550); Green value is 138 (54.30% from 255 or 25.09% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF8ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8ADD is #407522. Grayscale: #A3A3A3. Windows color (decimal): -4224291 or 14518975. OLE color: 14518975.
HSL color Cylindrical-coordinate representation of color #BF8ADD: hue angle of 278.31º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF8ADD is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 138 | 221 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.13 |
| HSL | 278.31º | 0.55% | 0.7% | - |
| HSV(B) | 278.31º | 0.38% | 0.87% | - |
| XYZ | 43.63 | 34.47 | 72.76 | - |
| YUV | 163.31 | 160.56 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 138 | 221 | 0.14 | 0.38 | 0 | 0.13 | 278.31 | 0.55 | 0.7 |
| Hex | BF | 8A | DD | E | 26 | 0 | D | 116 | 37 | 46 |
| Octal | 277 | 212 | 335 | 16 | 46 | 0 | 15 | 426 | 67 | 106 |
| Binary | 10111111 | 10001010 | 11011101 | 1110 | 100110 | 0 | 1101 | 100010110 | 110111 | 1000110 |
Color Harmonies of #BF8ADD
Complementary color
Monochromatic Colors of #BF8ADD
Black with #BF8ADD
Text Example
Text Example
White with #BF8ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8ADD; }
p { color: rgb(191,138,221); }
H1.HeaderClassName
{
color: #BF8ADD;
}
.AnyTagClassName
{
color: #BF8ADD;
}
</style>
background-color css
<style>
a { background-color: #BF8ADD; }
a { background-color: rgb(191,138,221); }
div.DivClassName
{
background-color: #BF8ADD;
}
.BgClassName
{
background-color: #BF8ADD;
}
</style>
border-color css
<style>
span { border-color: #BF8ADD; }
span { border-color: rgb(191,138,221); }
td.TdClassName
{
border-color: #BF8ADD;
}
.TagClassName
{
border-color: #BF8ADD;
}
</style>