Shades of Wisteria #BF7DE9
Tints of Wisteria #BF7DE9
RGB
CMYK
RGB Variations
Color information
#BF7DE9 (or 0xBF7DE9) is known color: Wisteria. HEX triplet: BF, 7D and E9. RGB value is (191,125,233). Sum of RGB (Red+Green+Blue) = 191+125+233=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 125 (49.22% from 255 or 22.77% from 549); Blue value is 233 (91.41% from 255 or 42.44% from 549); Max value from RGB is 233 - color contains mainly: blue. Hex color #BF7DE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF7DE9 is #408216. Grayscale: #9C9C9C. Windows color (decimal): -4227607 or 15302079. OLE color: 15302079.
HSL color Cylindrical-coordinate representation of color #BF7DE9: hue angle of 276.67º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF7DE9 is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 125 | 233 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.09 |
| HSL | 276.67º | 0.71% | 0.7% | - |
| HSV(B) | 276.67º | 0.46% | 0.91% | - |
| XYZ | 43.53 | 31.63 | 80.9 | - |
| YUV | 157.05 | 170.87 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 125 | 233 | 0.18 | 0.46 | 0 | 0.09 | 276.67 | 0.71 | 0.7 |
| Hex | BF | 7D | E9 | 12 | 2E | 0 | 9 | 115 | 47 | 46 |
| Octal | 277 | 175 | 351 | 22 | 56 | 0 | 11 | 425 | 107 | 106 |
| Binary | 10111111 | 1111101 | 11101001 | 10010 | 101110 | 0 | 1001 | 100010101 | 1000111 | 1000110 |
Color Harmonies of #BF7DE9
Complementary color
Monochromatic Colors of #BF7DE9
Black with #BF7DE9
Text Example
Text Example
White with #BF7DE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7DE9; }
p { color: rgb(191,125,233); }
H1.HeaderClassName
{
color: #BF7DE9;
}
.AnyTagClassName
{
color: #BF7DE9;
}
</style>
background-color css
<style>
a { background-color: #BF7DE9; }
a { background-color: rgb(191,125,233); }
div.DivClassName
{
background-color: #BF7DE9;
}
.BgClassName
{
background-color: #BF7DE9;
}
</style>
border-color css
<style>
span { border-color: #BF7DE9; }
span { border-color: rgb(191,125,233); }
td.TdClassName
{
border-color: #BF7DE9;
}
.TagClassName
{
border-color: #BF7DE9;
}
</style>