Shades of Wisteria #BF8CFF
Tints of Wisteria #BF8CFF
RGB
CMYK
RGB Variations
Color information
#BF8CFF (or 0xBF8CFF) is known color: Wisteria. HEX triplet: BF, 8C and FF. RGB value is (191,140,255). Sum of RGB (Red+Green+Blue) = 191+140+255=586 (77% of max value = 765). Red value is 191 (75% from 255 or 32.59% from 586); Green value is 140 (55.08% from 255 or 23.89% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF8CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF8CFF is #407300. Grayscale: #A7A7A7. Windows color (decimal): -4223745 or 16747711. OLE color: 16747711.
HSL color Cylindrical-coordinate representation of color #BF8CFF: hue angle of 266.61º 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 #BF8CFF is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 140 | 255 | - |
| CMYK | 0.25 | 0.45 | 0 | 0 |
| HSL | 266.61º | 1% | 0.77% | - |
| HSV(B) | 266.61º | 0.45% | 1% | - |
| XYZ | 48.91 | 37.05 | 99.18 | - |
| YUV | 168.36 | 176.9 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 140 | 255 | 0.25 | 0.45 | 0 | 0 | 266.61 | 1 | 0.77 |
| Hex | BF | 8C | FF | 19 | 2D | 0 | 0 | 10B | 64 | 4D |
| Octal | 277 | 214 | 377 | 31 | 55 | 0 | 0 | 413 | 144 | 115 |
| Binary | 10111111 | 10001100 | 11111111 | 11001 | 101101 | 0 | 0 | 100001011 | 1100100 | 1001101 |
Color Harmonies of #BF8CFF
Complementary color
Monochromatic Colors of #BF8CFF
Black with #BF8CFF
Text Example
Text Example
White with #BF8CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8CFF; }
p { color: rgb(191,140,255); }
H1.HeaderClassName
{
color: #BF8CFF;
}
.AnyTagClassName
{
color: #BF8CFF;
}
</style>
background-color css
<style>
a { background-color: #BF8CFF; }
a { background-color: rgb(191,140,255); }
div.DivClassName
{
background-color: #BF8CFF;
}
.BgClassName
{
background-color: #BF8CFF;
}
</style>
border-color css
<style>
span { border-color: #BF8CFF; }
span { border-color: rgb(191,140,255); }
td.TdClassName
{
border-color: #BF8CFF;
}
.TagClassName
{
border-color: #BF8CFF;
}
</style>