Shades of Wisteria #BF8FDC
Tints of Wisteria #BF8FDC
RGB
CMYK
RGB Variations
Color information
#BF8FDC (or 0xBF8FDC) is known color: Wisteria. HEX triplet: BF, 8F and DC. RGB value is (191,143,220). Sum of RGB (Red+Green+Blue) = 191+143+220=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 143 (56.25% from 255 or 25.81% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF8FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8FDC is #407023. Grayscale: #A5A5A5. Windows color (decimal): -4223012 or 14454719. OLE color: 14454719.
HSL color Cylindrical-coordinate representation of color #BF8FDC: hue angle of 277.4º degrees, saturation: 0.52, 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 #BF8FDC is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 143 | 220 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.14 |
| HSL | 277.4º | 0.52% | 0.71% | - |
| HSV(B) | 277.4º | 0.35% | 0.86% | - |
| XYZ | 44.23 | 35.89 | 72.31 | - |
| YUV | 166.13 | 158.4 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 143 | 220 | 0.13 | 0.35 | 0 | 0.14 | 277.4 | 0.52 | 0.71 |
| Hex | BF | 8F | DC | D | 23 | 0 | E | 115 | 34 | 47 |
| Octal | 277 | 217 | 334 | 15 | 43 | 0 | 16 | 425 | 64 | 107 |
| Binary | 10111111 | 10001111 | 11011100 | 1101 | 100011 | 0 | 1110 | 100010101 | 110100 | 1000111 |
Color Harmonies of #BF8FDC
Complementary color
Monochromatic Colors of #BF8FDC
Black with #BF8FDC
Text Example
Text Example
White with #BF8FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8FDC; }
p { color: rgb(191,143,220); }
H1.HeaderClassName
{
color: #BF8FDC;
}
.AnyTagClassName
{
color: #BF8FDC;
}
</style>
background-color css
<style>
a { background-color: #BF8FDC; }
a { background-color: rgb(191,143,220); }
div.DivClassName
{
background-color: #BF8FDC;
}
.BgClassName
{
background-color: #BF8FDC;
}
</style>
border-color css
<style>
span { border-color: #BF8FDC; }
span { border-color: rgb(191,143,220); }
td.TdClassName
{
border-color: #BF8FDC;
}
.TagClassName
{
border-color: #BF8FDC;
}
</style>