Shades of Wisteria #BF8FDF
Tints of Wisteria #BF8FDF
RGB
CMYK
RGB Variations
Color information
#BF8FDF (or 0xBF8FDF) is known color: Wisteria. HEX triplet: BF, 8F and DF. RGB value is (191,143,223). Sum of RGB (Red+Green+Blue) = 191+143+223=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 143 (56.25% from 255 or 25.67% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF8FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8FDF is #407020. Grayscale: #A6A6A6. Windows color (decimal): -4223009 or 14651327. OLE color: 14651327.
HSL color Cylindrical-coordinate representation of color #BF8FDF: hue angle of 276º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BF8FDF is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 143 | 223 | - |
| CMYK | 0.14 | 0.36 | 0 | 0.13 |
| HSL | 276º | 0.56% | 0.72% | - |
| HSV(B) | 276º | 0.36% | 0.87% | - |
| XYZ | 44.63 | 36.05 | 74.42 | - |
| YUV | 166.47 | 159.9 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 143 | 223 | 0.14 | 0.36 | 0 | 0.13 | 276 | 0.56 | 0.72 |
| Hex | BF | 8F | DF | E | 24 | 0 | D | 114 | 38 | 48 |
| Octal | 277 | 217 | 337 | 16 | 44 | 0 | 15 | 424 | 70 | 110 |
| Binary | 10111111 | 10001111 | 11011111 | 1110 | 100100 | 0 | 1101 | 100010100 | 111000 | 1001000 |
Color Harmonies of #BF8FDF
Complementary color
Monochromatic Colors of #BF8FDF
Black with #BF8FDF
Text Example
Text Example
White with #BF8FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8FDF; }
p { color: rgb(191,143,223); }
H1.HeaderClassName
{
color: #BF8FDF;
}
.AnyTagClassName
{
color: #BF8FDF;
}
</style>
background-color css
<style>
a { background-color: #BF8FDF; }
a { background-color: rgb(191,143,223); }
div.DivClassName
{
background-color: #BF8FDF;
}
.BgClassName
{
background-color: #BF8FDF;
}
</style>
border-color css
<style>
span { border-color: #BF8FDF; }
span { border-color: rgb(191,143,223); }
td.TdClassName
{
border-color: #BF8FDF;
}
.TagClassName
{
border-color: #BF8FDF;
}
</style>