Shades of Wisteria #BF81E5
Tints of Wisteria #BF81E5
RGB
CMYK
RGB Variations
Color information
#BF81E5 (or 0xBF81E5) is known color: Wisteria. HEX triplet: BF, 81 and E5. RGB value is (191,129,229). Sum of RGB (Red+Green+Blue) = 191+129+229=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 129 (50.78% from 255 or 23.50% from 549); Blue value is 229 (89.84% from 255 or 41.71% from 549); Max value from RGB is 229 - color contains mainly: blue. Hex color #BF81E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF81E5 is #407E1A. Grayscale: #9E9E9E. Windows color (decimal): -4226587 or 15040959. OLE color: 15040959.
HSL color Cylindrical-coordinate representation of color #BF81E5: hue angle of 277.2º 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 #BF81E5 is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 129 | 229 | - |
| CMYK | 0.17 | 0.44 | 0 | 0.10 |
| HSL | 277.2º | 0.66% | 0.7% | - |
| HSV(B) | 277.2º | 0.44% | 0.9% | - |
| XYZ | 43.48 | 32.43 | 78.1 | - |
| YUV | 158.94 | 167.54 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 129 | 229 | 0.17 | 0.44 | 0 | 0.10 | 277.2 | 0.66 | 0.7 |
| Hex | BF | 81 | E5 | 11 | 2C | 0 | A | 115 | 42 | 46 |
| Octal | 277 | 201 | 345 | 21 | 54 | 0 | 12 | 425 | 102 | 106 |
| Binary | 10111111 | 10000001 | 11100101 | 10001 | 101100 | 0 | 1010 | 100010101 | 1000010 | 1000110 |
Color Harmonies of #BF81E5
Complementary color
Monochromatic Colors of #BF81E5
Black with #BF81E5
Text Example
Text Example
White with #BF81E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF81E5; }
p { color: rgb(191,129,229); }
H1.HeaderClassName
{
color: #BF81E5;
}
.AnyTagClassName
{
color: #BF81E5;
}
</style>
background-color css
<style>
a { background-color: #BF81E5; }
a { background-color: rgb(191,129,229); }
div.DivClassName
{
background-color: #BF81E5;
}
.BgClassName
{
background-color: #BF81E5;
}
</style>
border-color css
<style>
span { border-color: #BF81E5; }
span { border-color: rgb(191,129,229); }
td.TdClassName
{
border-color: #BF81E5;
}
.TagClassName
{
border-color: #BF81E5;
}
</style>