Shades of Wisteria #BF86ED
Tints of Wisteria #BF86ED
RGB
CMYK
RGB Variations
Color information
#BF86ED (or 0xBF86ED) is known color: Wisteria. HEX triplet: BF, 86 and ED. RGB value is (191,134,237). Sum of RGB (Red+Green+Blue) = 191+134+237=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 134 (52.73% from 255 or 23.84% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF86ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF86ED is #407912. Grayscale: #A2A2A2. Windows color (decimal): -4225299 or 15566527. OLE color: 15566527.
HSL color Cylindrical-coordinate representation of color #BF86ED: hue angle of 273.2º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF86ED is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 134 | 237 | - |
| CMYK | 0.19 | 0.43 | 0 | 0.07 |
| HSL | 273.2º | 0.74% | 0.73% | - |
| HSV(B) | 273.2º | 0.43% | 0.93% | - |
| XYZ | 45.3 | 34.24 | 84.34 | - |
| YUV | 162.79 | 169.88 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 134 | 237 | 0.19 | 0.43 | 0 | 0.07 | 273.2 | 0.74 | 0.73 |
| Hex | BF | 86 | ED | 13 | 2B | 0 | 7 | 111 | 4A | 49 |
| Octal | 277 | 206 | 355 | 23 | 53 | 0 | 7 | 421 | 112 | 111 |
| Binary | 10111111 | 10000110 | 11101101 | 10011 | 101011 | 0 | 111 | 100010001 | 1001010 | 1001001 |
Color Harmonies of #BF86ED
Complementary color
Monochromatic Colors of #BF86ED
Black with #BF86ED
Text Example
Text Example
White with #BF86ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF86ED; }
p { color: rgb(191,134,237); }
H1.HeaderClassName
{
color: #BF86ED;
}
.AnyTagClassName
{
color: #BF86ED;
}
</style>
background-color css
<style>
a { background-color: #BF86ED; }
a { background-color: rgb(191,134,237); }
div.DivClassName
{
background-color: #BF86ED;
}
.BgClassName
{
background-color: #BF86ED;
}
</style>
border-color css
<style>
span { border-color: #BF86ED; }
span { border-color: rgb(191,134,237); }
td.TdClassName
{
border-color: #BF86ED;
}
.TagClassName
{
border-color: #BF86ED;
}
</style>