Shades of Wisteria #BF80E5
Tints of Wisteria #BF80E5
RGB
CMYK
RGB Variations
Color information
#BF80E5 (or 0xBF80E5) is known color: Wisteria. HEX triplet: BF, 80 and E5. RGB value is (191,128,229). Sum of RGB (Red+Green+Blue) = 191+128+229=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 128 (50.39% from 255 or 23.36% from 548); Blue value is 229 (89.84% from 255 or 41.79% from 548); Max value from RGB is 229 - color contains mainly: blue. Hex color #BF80E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF80E5 is #407F1A. Grayscale: #9E9E9E. Windows color (decimal): -4226843 or 15040703. OLE color: 15040703.
HSL color Cylindrical-coordinate representation of color #BF80E5: hue angle of 277.43º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF80E5 is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 128 | 229 | - |
| CMYK | 0.17 | 0.44 | 0 | 0.10 |
| HSL | 277.43º | 0.66% | 0.7% | - |
| HSV(B) | 277.43º | 0.44% | 0.9% | - |
| XYZ | 43.35 | 32.17 | 78.05 | - |
| YUV | 158.35 | 167.87 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 128 | 229 | 0.17 | 0.44 | 0 | 0.10 | 277.43 | 0.66 | 0.7 |
| Hex | BF | 80 | E5 | 11 | 2C | 0 | A | 115 | 42 | 46 |
| Octal | 277 | 200 | 345 | 21 | 54 | 0 | 12 | 425 | 102 | 106 |
| Binary | 10111111 | 10000000 | 11100101 | 10001 | 101100 | 0 | 1010 | 100010101 | 1000010 | 1000110 |
Color Harmonies of #BF80E5
Complementary color
Monochromatic Colors of #BF80E5
Black with #BF80E5
Text Example
Text Example
White with #BF80E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF80E5; }
p { color: rgb(191,128,229); }
H1.HeaderClassName
{
color: #BF80E5;
}
.AnyTagClassName
{
color: #BF80E5;
}
</style>
background-color css
<style>
a { background-color: #BF80E5; }
a { background-color: rgb(191,128,229); }
div.DivClassName
{
background-color: #BF80E5;
}
.BgClassName
{
background-color: #BF80E5;
}
</style>
border-color css
<style>
span { border-color: #BF80E5; }
span { border-color: rgb(191,128,229); }
td.TdClassName
{
border-color: #BF80E5;
}
.TagClassName
{
border-color: #BF80E5;
}
</style>