Shades of Wisteria #BF8FEC
Tints of Wisteria #BF8FEC
RGB
CMYK
RGB Variations
Color information
#BF8FEC (or 0xBF8FEC) is known color: Wisteria. HEX triplet: BF, 8F and EC. RGB value is (191,143,236). Sum of RGB (Red+Green+Blue) = 191+143+236=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 143 (56.25% from 255 or 25.09% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF8FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF8FEC is #407013. Grayscale: #A7A7A7. Windows color (decimal): -4222996 or 15503295. OLE color: 15503295.
HSL color Cylindrical-coordinate representation of color #BF8FEC: hue angle of 270.97º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BF8FEC is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 143 | 236 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.07 |
| HSL | 270.97º | 0.71% | 0.74% | - |
| HSV(B) | 270.97º | 0.39% | 0.93% | - |
| XYZ | 46.45 | 36.78 | 84.01 | - |
| YUV | 167.95 | 166.4 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 143 | 236 | 0.19 | 0.39 | 0 | 0.07 | 270.97 | 0.71 | 0.74 |
| Hex | BF | 8F | EC | 13 | 27 | 0 | 7 | 10F | 47 | 4A |
| Octal | 277 | 217 | 354 | 23 | 47 | 0 | 7 | 417 | 107 | 112 |
| Binary | 10111111 | 10001111 | 11101100 | 10011 | 100111 | 0 | 111 | 100001111 | 1000111 | 1001010 |
Color Harmonies of #BF8FEC
Complementary color
Monochromatic Colors of #BF8FEC
Black with #BF8FEC
Text Example
Text Example
White with #BF8FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8FEC; }
p { color: rgb(191,143,236); }
H1.HeaderClassName
{
color: #BF8FEC;
}
.AnyTagClassName
{
color: #BF8FEC;
}
</style>
background-color css
<style>
a { background-color: #BF8FEC; }
a { background-color: rgb(191,143,236); }
div.DivClassName
{
background-color: #BF8FEC;
}
.BgClassName
{
background-color: #BF8FEC;
}
</style>
border-color css
<style>
span { border-color: #BF8FEC; }
span { border-color: rgb(191,143,236); }
td.TdClassName
{
border-color: #BF8FEC;
}
.TagClassName
{
border-color: #BF8FEC;
}
</style>