Shades of Wisteria #BF80E4
Tints of Wisteria #BF80E4
RGB
CMYK
RGB Variations
Color information
#BF80E4 (or 0xBF80E4) is known color: Wisteria. HEX triplet: BF, 80 and E4. RGB value is (191,128,228). Sum of RGB (Red+Green+Blue) = 191+128+228=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 228 (89.45% from 255 or 41.68% from 547); Max value from RGB is 228 - color contains mainly: blue. Hex color #BF80E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF80E4 is #407F1B. Grayscale: #9D9D9D. Windows color (decimal): -4226844 or 14975167. OLE color: 14975167.
HSL color Cylindrical-coordinate representation of color #BF80E4: hue angle of 277.8º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF80E4 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 128 | 228 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.11 |
| HSL | 277.8º | 0.65% | 0.7% | - |
| HSV(B) | 277.8º | 0.44% | 0.89% | - |
| XYZ | 43.21 | 32.12 | 77.32 | - |
| YUV | 158.24 | 167.37 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 128 | 228 | 0.16 | 0.44 | 0 | 0.11 | 277.8 | 0.65 | 0.7 |
| Hex | BF | 80 | E4 | 10 | 2C | 0 | B | 116 | 41 | 46 |
| Octal | 277 | 200 | 344 | 20 | 54 | 0 | 13 | 426 | 101 | 106 |
| Binary | 10111111 | 10000000 | 11100100 | 10000 | 101100 | 0 | 1011 | 100010110 | 1000001 | 1000110 |
Color Harmonies of #BF80E4
Complementary color
Monochromatic Colors of #BF80E4
Black with #BF80E4
Text Example
Text Example
White with #BF80E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF80E4; }
p { color: rgb(191,128,228); }
H1.HeaderClassName
{
color: #BF80E4;
}
.AnyTagClassName
{
color: #BF80E4;
}
</style>
background-color css
<style>
a { background-color: #BF80E4; }
a { background-color: rgb(191,128,228); }
div.DivClassName
{
background-color: #BF80E4;
}
.BgClassName
{
background-color: #BF80E4;
}
</style>
border-color css
<style>
span { border-color: #BF80E4; }
span { border-color: rgb(191,128,228); }
td.TdClassName
{
border-color: #BF80E4;
}
.TagClassName
{
border-color: #BF80E4;
}
</style>