Shades of Wisteria #BF81E1
Tints of Wisteria #BF81E1
RGB
CMYK
RGB Variations
Color information
#BF81E1 (or 0xBF81E1) is known color: Wisteria. HEX triplet: BF, 81 and E1. RGB value is (191,129,225). Sum of RGB (Red+Green+Blue) = 191+129+225=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 129 (50.78% from 255 or 23.67% from 545); Blue value is 225 (88.28% from 255 or 41.28% from 545); Max value from RGB is 225 - color contains mainly: blue. Hex color #BF81E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF81E1 is #407E1E. Grayscale: #9E9E9E. Windows color (decimal): -4226591 or 14778815. OLE color: 14778815.
HSL color Cylindrical-coordinate representation of color #BF81E1: hue angle of 278.75º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF81E1 is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 129 | 225 | - |
| CMYK | 0.15 | 0.43 | 0 | 0.12 |
| HSL | 278.75º | 0.62% | 0.69% | - |
| HSV(B) | 278.75º | 0.43% | 0.88% | - |
| XYZ | 42.93 | 32.21 | 75.19 | - |
| YUV | 158.48 | 165.54 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 129 | 225 | 0.15 | 0.43 | 0 | 0.12 | 278.75 | 0.62 | 0.69 |
| Hex | BF | 81 | E1 | F | 2B | 0 | C | 117 | 3E | 45 |
| Octal | 277 | 201 | 341 | 17 | 53 | 0 | 14 | 427 | 76 | 105 |
| Binary | 10111111 | 10000001 | 11100001 | 1111 | 101011 | 0 | 1100 | 100010111 | 111110 | 1000101 |
Color Harmonies of #BF81E1
Complementary color
Monochromatic Colors of #BF81E1
Black with #BF81E1
Text Example
Text Example
White with #BF81E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF81E1; }
p { color: rgb(191,129,225); }
H1.HeaderClassName
{
color: #BF81E1;
}
.AnyTagClassName
{
color: #BF81E1;
}
</style>
background-color css
<style>
a { background-color: #BF81E1; }
a { background-color: rgb(191,129,225); }
div.DivClassName
{
background-color: #BF81E1;
}
.BgClassName
{
background-color: #BF81E1;
}
</style>
border-color css
<style>
span { border-color: #BF81E1; }
span { border-color: rgb(191,129,225); }
td.TdClassName
{
border-color: #BF81E1;
}
.TagClassName
{
border-color: #BF81E1;
}
</style>