Shades of Wisteria #BF8BDF
Tints of Wisteria #BF8BDF
RGB
CMYK
RGB Variations
Color information
#BF8BDF (or 0xBF8BDF) is known color: Wisteria. HEX triplet: BF, 8B and DF. RGB value is (191,139,223). Sum of RGB (Red+Green+Blue) = 191+139+223=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 139 (54.69% from 255 or 25.14% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF8BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8BDF is #407420. Grayscale: #A3A3A3. Windows color (decimal): -4224033 or 14650303. OLE color: 14650303.
HSL color Cylindrical-coordinate representation of color #BF8BDF: hue angle of 277.14º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF8BDF is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 139 | 223 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.13 |
| HSL | 277.14º | 0.57% | 0.71% | - |
| HSV(B) | 277.14º | 0.38% | 0.87% | - |
| XYZ | 44.04 | 34.87 | 74.22 | - |
| YUV | 164.12 | 161.23 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 139 | 223 | 0.14 | 0.38 | 0 | 0.13 | 277.14 | 0.57 | 0.71 |
| Hex | BF | 8B | DF | E | 26 | 0 | D | 115 | 39 | 47 |
| Octal | 277 | 213 | 337 | 16 | 46 | 0 | 15 | 425 | 71 | 107 |
| Binary | 10111111 | 10001011 | 11011111 | 1110 | 100110 | 0 | 1101 | 100010101 | 111001 | 1000111 |
Color Harmonies of #BF8BDF
Complementary color
Monochromatic Colors of #BF8BDF
Black with #BF8BDF
Text Example
Text Example
White with #BF8BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8BDF; }
p { color: rgb(191,139,223); }
H1.HeaderClassName
{
color: #BF8BDF;
}
.AnyTagClassName
{
color: #BF8BDF;
}
</style>
background-color css
<style>
a { background-color: #BF8BDF; }
a { background-color: rgb(191,139,223); }
div.DivClassName
{
background-color: #BF8BDF;
}
.BgClassName
{
background-color: #BF8BDF;
}
</style>
border-color css
<style>
span { border-color: #BF8BDF; }
span { border-color: rgb(191,139,223); }
td.TdClassName
{
border-color: #BF8BDF;
}
.TagClassName
{
border-color: #BF8BDF;
}
</style>