Shades of Wisteria #BF8FF0
Tints of Wisteria #BF8FF0
RGB
CMYK
RGB Variations
Color information
#BF8FF0 (or 0xBF8FF0) is known color: Wisteria. HEX triplet: BF, 8F and F0. RGB value is (191,143,240). Sum of RGB (Red+Green+Blue) = 191+143+240=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 143 (56.25% from 255 or 24.91% from 574); Blue value is 240 (94.14% from 255 or 41.81% from 574); Max value from RGB is 240 - color contains mainly: blue. Hex color #BF8FF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF8FF0 is #40700F. Grayscale: #A8A8A8. Windows color (decimal): -4222992 or 15765439. OLE color: 15765439.
HSL color Cylindrical-coordinate representation of color #BF8FF0: hue angle of 269.69º degrees, saturation: 0.76, 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 #BF8FF0 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 143 | 240 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.06 |
| HSL | 269.69º | 0.76% | 0.75% | - |
| HSV(B) | 269.69º | 0.4% | 0.94% | - |
| XYZ | 47.04 | 37.01 | 87.1 | - |
| YUV | 168.41 | 168.4 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 143 | 240 | 0.20 | 0.40 | 0 | 0.06 | 269.69 | 0.76 | 0.75 |
| Hex | BF | 8F | F0 | 14 | 28 | 0 | 6 | 10E | 4C | 4B |
| Octal | 277 | 217 | 360 | 24 | 50 | 0 | 6 | 416 | 114 | 113 |
| Binary | 10111111 | 10001111 | 11110000 | 10100 | 101000 | 0 | 110 | 100001110 | 1001100 | 1001011 |
Color Harmonies of #BF8FF0
Complementary color
Monochromatic Colors of #BF8FF0
Black with #BF8FF0
Text Example
Text Example
White with #BF8FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8FF0; }
p { color: rgb(191,143,240); }
H1.HeaderClassName
{
color: #BF8FF0;
}
.AnyTagClassName
{
color: #BF8FF0;
}
</style>
background-color css
<style>
a { background-color: #BF8FF0; }
a { background-color: rgb(191,143,240); }
div.DivClassName
{
background-color: #BF8FF0;
}
.BgClassName
{
background-color: #BF8FF0;
}
</style>
border-color css
<style>
span { border-color: #BF8FF0; }
span { border-color: rgb(191,143,240); }
td.TdClassName
{
border-color: #BF8FF0;
}
.TagClassName
{
border-color: #BF8FF0;
}
</style>