Shades of Wisteria #BF8BDC
Tints of Wisteria #BF8BDC
RGB
CMYK
RGB Variations
Color information
#BF8BDC (or 0xBF8BDC) is known color: Wisteria. HEX triplet: BF, 8B and DC. RGB value is (191,139,220). Sum of RGB (Red+Green+Blue) = 191+139+220=550 (72% of max value = 765). Red value is 191 (75% from 255 or 34.73% from 550); Green value is 139 (54.69% from 255 or 25.27% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF8BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8BDC is #407423. Grayscale: #A3A3A3. Windows color (decimal): -4224036 or 14453695. OLE color: 14453695.
HSL color Cylindrical-coordinate representation of color #BF8BDC: hue angle of 278.52º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF8BDC is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 139 | 220 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.14 |
| HSL | 278.52º | 0.54% | 0.7% | - |
| HSV(B) | 278.52º | 0.37% | 0.86% | - |
| XYZ | 43.64 | 34.71 | 72.11 | - |
| YUV | 163.78 | 159.73 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 139 | 220 | 0.13 | 0.37 | 0 | 0.14 | 278.52 | 0.54 | 0.7 |
| Hex | BF | 8B | DC | D | 25 | 0 | E | 117 | 36 | 46 |
| Octal | 277 | 213 | 334 | 15 | 45 | 0 | 16 | 427 | 66 | 106 |
| Binary | 10111111 | 10001011 | 11011100 | 1101 | 100101 | 0 | 1110 | 100010111 | 110110 | 1000110 |
Color Harmonies of #BF8BDC
Complementary color
Monochromatic Colors of #BF8BDC
Black with #BF8BDC
Text Example
Text Example
White with #BF8BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8BDC; }
p { color: rgb(191,139,220); }
H1.HeaderClassName
{
color: #BF8BDC;
}
.AnyTagClassName
{
color: #BF8BDC;
}
</style>
background-color css
<style>
a { background-color: #BF8BDC; }
a { background-color: rgb(191,139,220); }
div.DivClassName
{
background-color: #BF8BDC;
}
.BgClassName
{
background-color: #BF8BDC;
}
</style>
border-color css
<style>
span { border-color: #BF8BDC; }
span { border-color: rgb(191,139,220); }
td.TdClassName
{
border-color: #BF8BDC;
}
.TagClassName
{
border-color: #BF8BDC;
}
</style>