Shades of Wisteria #BF91ED
Tints of Wisteria #BF91ED
RGB
CMYK
RGB Variations
Color information
#BF91ED (or 0xBF91ED) is known color: Wisteria. HEX triplet: BF, 91 and ED. RGB value is (191,145,237). Sum of RGB (Red+Green+Blue) = 191+145+237=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 145 (57.03% from 255 or 25.31% from 573); Blue value is 237 (92.97% from 255 or 41.36% from 573); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF91ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF91ED is #406E12. Grayscale: #A8A8A8. Windows color (decimal): -4222483 or 15569343. OLE color: 15569343.
HSL color Cylindrical-coordinate representation of color #BF91ED: hue angle of 270º degrees, saturation: 0.72, 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 #BF91ED is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 145 | 237 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.07 |
| HSL | 270º | 0.72% | 0.75% | - |
| HSV(B) | 270º | 0.39% | 0.93% | - |
| XYZ | 46.9 | 37.44 | 84.88 | - |
| YUV | 169.24 | 166.24 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 145 | 237 | 0.19 | 0.39 | 0 | 0.07 | 270 | 0.72 | 0.75 |
| Hex | BF | 91 | ED | 13 | 27 | 0 | 7 | 10E | 48 | 4B |
| Octal | 277 | 221 | 355 | 23 | 47 | 0 | 7 | 416 | 110 | 113 |
| Binary | 10111111 | 10010001 | 11101101 | 10011 | 100111 | 0 | 111 | 100001110 | 1001000 | 1001011 |
Color Harmonies of #BF91ED
Complementary color
Monochromatic Colors of #BF91ED
Black with #BF91ED
Text Example
Text Example
White with #BF91ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF91ED; }
p { color: rgb(191,145,237); }
H1.HeaderClassName
{
color: #BF91ED;
}
.AnyTagClassName
{
color: #BF91ED;
}
</style>
background-color css
<style>
a { background-color: #BF91ED; }
a { background-color: rgb(191,145,237); }
div.DivClassName
{
background-color: #BF91ED;
}
.BgClassName
{
background-color: #BF91ED;
}
</style>
border-color css
<style>
span { border-color: #BF91ED; }
span { border-color: rgb(191,145,237); }
td.TdClassName
{
border-color: #BF91ED;
}
.TagClassName
{
border-color: #BF91ED;
}
</style>