Shades of Wisteria #BF80F0
Tints of Wisteria #BF80F0
RGB
CMYK
RGB Variations
Color information
#BF80F0 (or 0xBF80F0) is known color: Wisteria. HEX triplet: BF, 80 and F0. RGB value is (191,128,240). Sum of RGB (Red+Green+Blue) = 191+128+240=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 128 (50.39% from 255 or 22.90% from 559); Blue value is 240 (94.14% from 255 or 42.93% from 559); Max value from RGB is 240 - color contains mainly: blue. Hex color #BF80F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF80F0 is #407F0F. Grayscale: #9F9F9F. Windows color (decimal): -4226832 or 15761599. OLE color: 15761599.
HSL color Cylindrical-coordinate representation of color #BF80F0: hue angle of 273.75º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF80F0 is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 128 | 240 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.06 |
| HSL | 273.75º | 0.79% | 0.72% | - |
| HSV(B) | 273.75º | 0.47% | 0.94% | - |
| XYZ | 44.93 | 32.81 | 86.4 | - |
| YUV | 159.61 | 173.37 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 128 | 240 | 0.20 | 0.47 | 0 | 0.06 | 273.75 | 0.79 | 0.72 |
| Hex | BF | 80 | F0 | 14 | 2F | 0 | 6 | 112 | 4F | 48 |
| Octal | 277 | 200 | 360 | 24 | 57 | 0 | 6 | 422 | 117 | 110 |
| Binary | 10111111 | 10000000 | 11110000 | 10100 | 101111 | 0 | 110 | 100010010 | 1001111 | 1001000 |
Color Harmonies of #BF80F0
Complementary color
Monochromatic Colors of #BF80F0
Black with #BF80F0
Text Example
Text Example
White with #BF80F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF80F0; }
p { color: rgb(191,128,240); }
H1.HeaderClassName
{
color: #BF80F0;
}
.AnyTagClassName
{
color: #BF80F0;
}
</style>
background-color css
<style>
a { background-color: #BF80F0; }
a { background-color: rgb(191,128,240); }
div.DivClassName
{
background-color: #BF80F0;
}
.BgClassName
{
background-color: #BF80F0;
}
</style>
border-color css
<style>
span { border-color: #BF80F0; }
span { border-color: rgb(191,128,240); }
td.TdClassName
{
border-color: #BF80F0;
}
.TagClassName
{
border-color: #BF80F0;
}
</style>