Shades of Wisteria #BF8DD5
Tints of Wisteria #BF8DD5
RGB
CMYK
RGB Variations
Color information
#BF8DD5 (or 0xBF8DD5) is known color: Wisteria. HEX triplet: BF, 8D and D5. RGB value is (191,141,213). Sum of RGB (Red+Green+Blue) = 191+141+213=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 141 (55.47% from 255 or 25.87% from 545); Blue value is 213 (83.59% from 255 or 39.08% from 545); Max value from RGB is 213 - color contains mainly: blue. Hex color #BF8DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8DD5 is #40722A. Grayscale: #A3A3A3. Windows color (decimal): -4223531 or 13995455. OLE color: 13995455.
HSL color Cylindrical-coordinate representation of color #BF8DD5: hue angle of 281.67º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BF8DD5 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 141 | 213 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.16 |
| HSL | 281.67º | 0.46% | 0.69% | - |
| HSV(B) | 281.67º | 0.34% | 0.84% | - |
| XYZ | 43.02 | 34.93 | 67.43 | - |
| YUV | 164.16 | 155.57 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 141 | 213 | 0.10 | 0.34 | 0 | 0.16 | 281.67 | 0.46 | 0.69 |
| Hex | BF | 8D | D5 | A | 22 | 0 | 10 | 11A | 2E | 45 |
| Octal | 277 | 215 | 325 | 12 | 42 | 0 | 20 | 432 | 56 | 105 |
| Binary | 10111111 | 10001101 | 11010101 | 1010 | 100010 | 0 | 10000 | 100011010 | 101110 | 1000101 |
Color Harmonies of #BF8DD5
Complementary color
Monochromatic Colors of #BF8DD5
Black with #BF8DD5
Text Example
Text Example
White with #BF8DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8DD5; }
p { color: rgb(191,141,213); }
H1.HeaderClassName
{
color: #BF8DD5;
}
.AnyTagClassName
{
color: #BF8DD5;
}
</style>
background-color css
<style>
a { background-color: #BF8DD5; }
a { background-color: rgb(191,141,213); }
div.DivClassName
{
background-color: #BF8DD5;
}
.BgClassName
{
background-color: #BF8DD5;
}
</style>
border-color css
<style>
span { border-color: #BF8DD5; }
span { border-color: rgb(191,141,213); }
td.TdClassName
{
border-color: #BF8DD5;
}
.TagClassName
{
border-color: #BF8DD5;
}
</style>