Shades of Wisteria #BF8BFF
Tints of Wisteria #BF8BFF
RGB
CMYK
RGB Variations
Color information
#BF8BFF (or 0xBF8BFF) is known color: Wisteria. HEX triplet: BF, 8B and FF. RGB value is (191,139,255). Sum of RGB (Red+Green+Blue) = 191+139+255=585 (77% of max value = 765). Red value is 191 (75% from 255 or 32.65% from 585); Green value is 139 (54.69% from 255 or 23.76% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF8BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF8BFF is #407400. Grayscale: #A7A7A7. Windows color (decimal): -4224001 or 16747455. OLE color: 16747455.
HSL color Cylindrical-coordinate representation of color #BF8BFF: hue angle of 266.9º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BF8BFF is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 139 | 255 | - |
| CMYK | 0.25 | 0.45 | 0 | 0 |
| HSL | 266.9º | 1% | 0.77% | - |
| HSV(B) | 266.9º | 0.45% | 1% | - |
| XYZ | 48.77 | 36.76 | 99.13 | - |
| YUV | 167.77 | 177.23 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 139 | 255 | 0.25 | 0.45 | 0 | 0 | 266.9 | 1 | 0.77 |
| Hex | BF | 8B | FF | 19 | 2D | 0 | 0 | 10B | 64 | 4D |
| Octal | 277 | 213 | 377 | 31 | 55 | 0 | 0 | 413 | 144 | 115 |
| Binary | 10111111 | 10001011 | 11111111 | 11001 | 101101 | 0 | 0 | 100001011 | 1100100 | 1001101 |
Color Harmonies of #BF8BFF
Complementary color
Monochromatic Colors of #BF8BFF
Black with #BF8BFF
Text Example
Text Example
White with #BF8BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8BFF; }
p { color: rgb(191,139,255); }
H1.HeaderClassName
{
color: #BF8BFF;
}
.AnyTagClassName
{
color: #BF8BFF;
}
</style>
background-color css
<style>
a { background-color: #BF8BFF; }
a { background-color: rgb(191,139,255); }
div.DivClassName
{
background-color: #BF8BFF;
}
.BgClassName
{
background-color: #BF8BFF;
}
</style>
border-color css
<style>
span { border-color: #BF8BFF; }
span { border-color: rgb(191,139,255); }
td.TdClassName
{
border-color: #BF8BFF;
}
.TagClassName
{
border-color: #BF8BFF;
}
</style>