Shades of Wisteria #BF8AD1
Tints of Wisteria #BF8AD1
RGB
CMYK
RGB Variations
Color information
#BF8AD1 (or 0xBF8AD1) is known color: Wisteria. HEX triplet: BF, 8A and D1. RGB value is (191,138,209). Sum of RGB (Red+Green+Blue) = 191+138+209=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 138 (54.30% from 255 or 25.65% from 538); Blue value is 209 (82.03% from 255 or 38.85% from 538); Max value from RGB is 209 - color contains mainly: blue. Hex color #BF8AD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8AD1 is #40752E. Grayscale: #A1A1A1. Windows color (decimal): -4224303 or 13732543. OLE color: 13732543.
HSL color Cylindrical-coordinate representation of color #BF8AD1: hue angle of 284.79º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BF8AD1 is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 138 | 209 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.18 |
| HSL | 284.79º | 0.44% | 0.68% | - |
| HSV(B) | 284.79º | 0.34% | 0.82% | - |
| XYZ | 42.08 | 33.86 | 64.64 | - |
| YUV | 161.94 | 154.56 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 138 | 209 | 0.09 | 0.34 | 0 | 0.18 | 284.79 | 0.44 | 0.68 |
| Hex | BF | 8A | D1 | 9 | 22 | 0 | 12 | 11D | 2C | 44 |
| Octal | 277 | 212 | 321 | 11 | 42 | 0 | 22 | 435 | 54 | 104 |
| Binary | 10111111 | 10001010 | 11010001 | 1001 | 100010 | 0 | 10010 | 100011101 | 101100 | 1000100 |
Color Harmonies of #BF8AD1
Complementary color
Monochromatic Colors of #BF8AD1
Black with #BF8AD1
Text Example
Text Example
White with #BF8AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8AD1; }
p { color: rgb(191,138,209); }
H1.HeaderClassName
{
color: #BF8AD1;
}
.AnyTagClassName
{
color: #BF8AD1;
}
</style>
background-color css
<style>
a { background-color: #BF8AD1; }
a { background-color: rgb(191,138,209); }
div.DivClassName
{
background-color: #BF8AD1;
}
.BgClassName
{
background-color: #BF8AD1;
}
</style>
border-color css
<style>
span { border-color: #BF8AD1; }
span { border-color: rgb(191,138,209); }
td.TdClassName
{
border-color: #BF8AD1;
}
.TagClassName
{
border-color: #BF8AD1;
}
</style>