Shades of Wisteria #BF8DE6
Tints of Wisteria #BF8DE6
RGB
CMYK
RGB Variations
Color information
#BF8DE6 (or 0xBF8DE6) is known color: Wisteria. HEX triplet: BF, 8D and E6. RGB value is (191,141,230). Sum of RGB (Red+Green+Blue) = 191+141+230=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 141 (55.47% from 255 or 25.09% from 562); Blue value is 230 (90.23% from 255 or 40.93% from 562); Max value from RGB is 230 - color contains mainly: blue. Hex color #BF8DE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF8DE6 is #407219. Grayscale: #A5A5A5. Windows color (decimal): -4223514 or 15109567. OLE color: 15109567.
HSL color Cylindrical-coordinate representation of color #BF8DE6: hue angle of 273.71º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BF8DE6 is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 141 | 230 | - |
| CMYK | 0.17 | 0.39 | 0 | 0.10 |
| HSL | 273.71º | 0.64% | 0.73% | - |
| HSV(B) | 273.71º | 0.39% | 0.9% | - |
| XYZ | 45.29 | 35.84 | 79.39 | - |
| YUV | 166.1 | 164.07 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 141 | 230 | 0.17 | 0.39 | 0 | 0.10 | 273.71 | 0.64 | 0.73 |
| Hex | BF | 8D | E6 | 11 | 27 | 0 | A | 112 | 40 | 49 |
| Octal | 277 | 215 | 346 | 21 | 47 | 0 | 12 | 422 | 100 | 111 |
| Binary | 10111111 | 10001101 | 11100110 | 10001 | 100111 | 0 | 1010 | 100010010 | 1000000 | 1001001 |
Color Harmonies of #BF8DE6
Complementary color
Monochromatic Colors of #BF8DE6
Black with #BF8DE6
Text Example
Text Example
White with #BF8DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8DE6; }
p { color: rgb(191,141,230); }
H1.HeaderClassName
{
color: #BF8DE6;
}
.AnyTagClassName
{
color: #BF8DE6;
}
</style>
background-color css
<style>
a { background-color: #BF8DE6; }
a { background-color: rgb(191,141,230); }
div.DivClassName
{
background-color: #BF8DE6;
}
.BgClassName
{
background-color: #BF8DE6;
}
</style>
border-color css
<style>
span { border-color: #BF8DE6; }
span { border-color: rgb(191,141,230); }
td.TdClassName
{
border-color: #BF8DE6;
}
.TagClassName
{
border-color: #BF8DE6;
}
</style>