Shades of Wisteria #BF8FEF
Tints of Wisteria #BF8FEF
RGB
CMYK
RGB Variations
Color information
#BF8FEF (or 0xBF8FEF) is known color: Wisteria. HEX triplet: BF, 8F and EF. RGB value is (191,143,239). Sum of RGB (Red+Green+Blue) = 191+143+239=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 143 (56.25% from 255 or 24.96% from 573); Blue value is 239 (93.75% from 255 or 41.71% from 573); Max value from RGB is 239 - color contains mainly: blue. Hex color #BF8FEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF8FEF is #407010. Grayscale: #A7A7A7. Windows color (decimal): -4222993 or 15699903. OLE color: 15699903.
HSL color Cylindrical-coordinate representation of color #BF8FEF: hue angle of 270º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF8FEF is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 143 | 239 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.06 |
| HSL | 270º | 0.75% | 0.75% | - |
| HSV(B) | 270º | 0.4% | 0.94% | - |
| XYZ | 46.89 | 36.95 | 86.32 | - |
| YUV | 168.3 | 167.9 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 143 | 239 | 0.20 | 0.40 | 0 | 0.06 | 270 | 0.75 | 0.75 |
| Hex | BF | 8F | EF | 14 | 28 | 0 | 6 | 10E | 4B | 4B |
| Octal | 277 | 217 | 357 | 24 | 50 | 0 | 6 | 416 | 113 | 113 |
| Binary | 10111111 | 10001111 | 11101111 | 10100 | 101000 | 0 | 110 | 100001110 | 1001011 | 1001011 |
Color Harmonies of #BF8FEF
Complementary color
Monochromatic Colors of #BF8FEF
Black with #BF8FEF
Text Example
Text Example
White with #BF8FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8FEF; }
p { color: rgb(191,143,239); }
H1.HeaderClassName
{
color: #BF8FEF;
}
.AnyTagClassName
{
color: #BF8FEF;
}
</style>
background-color css
<style>
a { background-color: #BF8FEF; }
a { background-color: rgb(191,143,239); }
div.DivClassName
{
background-color: #BF8FEF;
}
.BgClassName
{
background-color: #BF8FEF;
}
</style>
border-color css
<style>
span { border-color: #BF8FEF; }
span { border-color: rgb(191,143,239); }
td.TdClassName
{
border-color: #BF8FEF;
}
.TagClassName
{
border-color: #BF8FEF;
}
</style>