Shades of Wisteria #BF86D3
Tints of Wisteria #BF86D3
RGB
CMYK
RGB Variations
Color information
#BF86D3 (or 0xBF86D3) is known color: Wisteria. HEX triplet: BF, 86 and D3. RGB value is (191,134,211). Sum of RGB (Red+Green+Blue) = 191+134+211=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 134 (52.73% from 255 or 25% from 536); Blue value is 211 (82.81% from 255 or 39.37% from 536); Max value from RGB is 211 - color contains mainly: blue. Hex color #BF86D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF86D3 is #40792C. Grayscale: #9F9F9F. Windows color (decimal): -4225325 or 13862591. OLE color: 13862591.
HSL color Cylindrical-coordinate representation of color #BF86D3: hue angle of 284.42º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BF86D3 is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 134 | 211 | - |
| CMYK | 0.09 | 0.36 | 0 | 0.17 |
| HSL | 284.42º | 0.47% | 0.68% | - |
| HSV(B) | 284.42º | 0.36% | 0.83% | - |
| XYZ | 41.77 | 32.83 | 65.76 | - |
| YUV | 159.82 | 156.88 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 134 | 211 | 0.09 | 0.36 | 0 | 0.17 | 284.42 | 0.47 | 0.68 |
| Hex | BF | 86 | D3 | 9 | 24 | 0 | 11 | 11C | 2F | 44 |
| Octal | 277 | 206 | 323 | 11 | 44 | 0 | 21 | 434 | 57 | 104 |
| Binary | 10111111 | 10000110 | 11010011 | 1001 | 100100 | 0 | 10001 | 100011100 | 101111 | 1000100 |
Color Harmonies of #BF86D3
Complementary color
Monochromatic Colors of #BF86D3
Black with #BF86D3
Text Example
Text Example
White with #BF86D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF86D3; }
p { color: rgb(191,134,211); }
H1.HeaderClassName
{
color: #BF86D3;
}
.AnyTagClassName
{
color: #BF86D3;
}
</style>
background-color css
<style>
a { background-color: #BF86D3; }
a { background-color: rgb(191,134,211); }
div.DivClassName
{
background-color: #BF86D3;
}
.BgClassName
{
background-color: #BF86D3;
}
</style>
border-color css
<style>
span { border-color: #BF86D3; }
span { border-color: rgb(191,134,211); }
td.TdClassName
{
border-color: #BF86D3;
}
.TagClassName
{
border-color: #BF86D3;
}
</style>