Shades of Wisteria #BF8CF8
Tints of Wisteria #BF8CF8
RGB
CMYK
RGB Variations
Color information
#BF8CF8 (or 0xBF8CF8) is known color: Wisteria. HEX triplet: BF, 8C and F8. RGB value is (191,140,248). Sum of RGB (Red+Green+Blue) = 191+140+248=579 (76% of max value = 765). Red value is 191 (75% from 255 or 32.99% from 579); Green value is 140 (55.08% from 255 or 24.18% from 579); Blue value is 248 (97.27% from 255 or 42.83% from 579); Max value from RGB is 248 - color contains mainly: blue. Hex color #BF8CF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF8CF8 is #407307. Grayscale: #A7A7A7. Windows color (decimal): -4223752 or 16288959. OLE color: 16288959.
HSL color Cylindrical-coordinate representation of color #BF8CF8: hue angle of 268.33º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF8CF8 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 140 | 248 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.03 |
| HSL | 268.33º | 0.89% | 0.76% | - |
| HSV(B) | 268.33º | 0.44% | 0.97% | - |
| XYZ | 47.81 | 36.61 | 93.35 | - |
| YUV | 167.56 | 173.4 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 140 | 248 | 0.23 | 0.44 | 0 | 0.03 | 268.33 | 0.89 | 0.76 |
| Hex | BF | 8C | F8 | 17 | 2C | 0 | 3 | 10C | 59 | 4C |
| Octal | 277 | 214 | 370 | 27 | 54 | 0 | 3 | 414 | 131 | 114 |
| Binary | 10111111 | 10001100 | 11111000 | 10111 | 101100 | 0 | 11 | 100001100 | 1011001 | 1001100 |
Color Harmonies of #BF8CF8
Complementary color
Monochromatic Colors of #BF8CF8
Black with #BF8CF8
Text Example
Text Example
White with #BF8CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8CF8; }
p { color: rgb(191,140,248); }
H1.HeaderClassName
{
color: #BF8CF8;
}
.AnyTagClassName
{
color: #BF8CF8;
}
</style>
background-color css
<style>
a { background-color: #BF8CF8; }
a { background-color: rgb(191,140,248); }
div.DivClassName
{
background-color: #BF8CF8;
}
.BgClassName
{
background-color: #BF8CF8;
}
</style>
border-color css
<style>
span { border-color: #BF8CF8; }
span { border-color: rgb(191,140,248); }
td.TdClassName
{
border-color: #BF8CF8;
}
.TagClassName
{
border-color: #BF8CF8;
}
</style>