Shades of Wisteria #BF91EC
Tints of Wisteria #BF91EC
RGB
CMYK
RGB Variations
Color information
#BF91EC (or 0xBF91EC) is known color: Wisteria. HEX triplet: BF, 91 and EC. RGB value is (191,145,236). Sum of RGB (Red+Green+Blue) = 191+145+236=572 (75% of max value = 765). Red value is 191 (75% from 255 or 33.39% from 572); Green value is 145 (57.03% from 255 or 25.35% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF91EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF91EC is #406E13. Grayscale: #A8A8A8. Windows color (decimal): -4222484 or 15503807. OLE color: 15503807.
HSL color Cylindrical-coordinate representation of color #BF91EC: hue angle of 270.33º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BF91EC is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 145 | 236 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.07 |
| HSL | 270.33º | 0.71% | 0.75% | - |
| HSV(B) | 270.33º | 0.39% | 0.93% | - |
| XYZ | 46.75 | 37.38 | 84.11 | - |
| YUV | 169.13 | 165.74 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 145 | 236 | 0.19 | 0.39 | 0 | 0.07 | 270.33 | 0.71 | 0.75 |
| Hex | BF | 91 | EC | 13 | 27 | 0 | 7 | 10E | 47 | 4B |
| Octal | 277 | 221 | 354 | 23 | 47 | 0 | 7 | 416 | 107 | 113 |
| Binary | 10111111 | 10010001 | 11101100 | 10011 | 100111 | 0 | 111 | 100001110 | 1000111 | 1001011 |
Color Harmonies of #BF91EC
Complementary color
Monochromatic Colors of #BF91EC
Black with #BF91EC
Text Example
Text Example
White with #BF91EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF91EC; }
p { color: rgb(191,145,236); }
H1.HeaderClassName
{
color: #BF91EC;
}
.AnyTagClassName
{
color: #BF91EC;
}
</style>
background-color css
<style>
a { background-color: #BF91EC; }
a { background-color: rgb(191,145,236); }
div.DivClassName
{
background-color: #BF91EC;
}
.BgClassName
{
background-color: #BF91EC;
}
</style>
border-color css
<style>
span { border-color: #BF91EC; }
span { border-color: rgb(191,145,236); }
td.TdClassName
{
border-color: #BF91EC;
}
.TagClassName
{
border-color: #BF91EC;
}
</style>