Shades of Wisteria #BF8EED
Tints of Wisteria #BF8EED
RGB
CMYK
RGB Variations
Color information
#BF8EED (or 0xBF8EED) is known color: Wisteria. HEX triplet: BF, 8E and ED. RGB value is (191,142,237). Sum of RGB (Red+Green+Blue) = 191+142+237=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 142 (55.86% from 255 or 24.91% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF8EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF8EED is #407112. Grayscale: #A7A7A7. Windows color (decimal): -4223251 or 15568575. OLE color: 15568575.
HSL color Cylindrical-coordinate representation of color #BF8EED: hue angle of 270.95º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF8EED is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 142 | 237 | - |
| CMYK | 0.19 | 0.40 | 0 | 0.07 |
| HSL | 270.95º | 0.73% | 0.74% | - |
| HSV(B) | 270.95º | 0.4% | 0.93% | - |
| XYZ | 46.44 | 36.54 | 84.73 | - |
| YUV | 167.48 | 167.23 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 142 | 237 | 0.19 | 0.40 | 0 | 0.07 | 270.95 | 0.73 | 0.74 |
| Hex | BF | 8E | ED | 13 | 28 | 0 | 7 | 10F | 49 | 4A |
| Octal | 277 | 216 | 355 | 23 | 50 | 0 | 7 | 417 | 111 | 112 |
| Binary | 10111111 | 10001110 | 11101101 | 10011 | 101000 | 0 | 111 | 100001111 | 1001001 | 1001010 |
Color Harmonies of #BF8EED
Complementary color
Monochromatic Colors of #BF8EED
Black with #BF8EED
Text Example
Text Example
White with #BF8EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8EED; }
p { color: rgb(191,142,237); }
H1.HeaderClassName
{
color: #BF8EED;
}
.AnyTagClassName
{
color: #BF8EED;
}
</style>
background-color css
<style>
a { background-color: #BF8EED; }
a { background-color: rgb(191,142,237); }
div.DivClassName
{
background-color: #BF8EED;
}
.BgClassName
{
background-color: #BF8EED;
}
</style>
border-color css
<style>
span { border-color: #BF8EED; }
span { border-color: rgb(191,142,237); }
td.TdClassName
{
border-color: #BF8EED;
}
.TagClassName
{
border-color: #BF8EED;
}
</style>