Shades of Wisteria #BF8EDC
Tints of Wisteria #BF8EDC
RGB
CMYK
RGB Variations
Color information
#BF8EDC (or 0xBF8EDC) is known color: Wisteria. HEX triplet: BF, 8E and DC. RGB value is (191,142,220). Sum of RGB (Red+Green+Blue) = 191+142+220=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 142 (55.86% from 255 or 25.68% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF8EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8EDC is #407123. Grayscale: #A5A5A5. Windows color (decimal): -4223268 or 14454463. OLE color: 14454463.
HSL color Cylindrical-coordinate representation of color #BF8EDC: hue angle of 277.69º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BF8EDC is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 142 | 220 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.14 |
| HSL | 277.69º | 0.53% | 0.71% | - |
| HSV(B) | 277.69º | 0.35% | 0.86% | - |
| XYZ | 44.08 | 35.59 | 72.26 | - |
| YUV | 165.54 | 158.73 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 142 | 220 | 0.13 | 0.35 | 0 | 0.14 | 277.69 | 0.53 | 0.71 |
| Hex | BF | 8E | DC | D | 23 | 0 | E | 116 | 35 | 47 |
| Octal | 277 | 216 | 334 | 15 | 43 | 0 | 16 | 426 | 65 | 107 |
| Binary | 10111111 | 10001110 | 11011100 | 1101 | 100011 | 0 | 1110 | 100010110 | 110101 | 1000111 |
Color Harmonies of #BF8EDC
Complementary color
Monochromatic Colors of #BF8EDC
Black with #BF8EDC
Text Example
Text Example
White with #BF8EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8EDC; }
p { color: rgb(191,142,220); }
H1.HeaderClassName
{
color: #BF8EDC;
}
.AnyTagClassName
{
color: #BF8EDC;
}
</style>
background-color css
<style>
a { background-color: #BF8EDC; }
a { background-color: rgb(191,142,220); }
div.DivClassName
{
background-color: #BF8EDC;
}
.BgClassName
{
background-color: #BF8EDC;
}
</style>
border-color css
<style>
span { border-color: #BF8EDC; }
span { border-color: rgb(191,142,220); }
td.TdClassName
{
border-color: #BF8EDC;
}
.TagClassName
{
border-color: #BF8EDC;
}
</style>