Shades of Wisteria #BF7CE5
Tints of Wisteria #BF7CE5
RGB
CMYK
RGB Variations
Color information
#BF7CE5 (or 0xBF7CE5) is known color: Wisteria. HEX triplet: BF, 7C and E5. RGB value is (191,124,229). Sum of RGB (Red+Green+Blue) = 191+124+229=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 124 (48.83% from 255 or 22.79% from 544); Blue value is 229 (89.84% from 255 or 42.10% from 544); Max value from RGB is 229 - color contains mainly: blue. Hex color #BF7CE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7CE5 is #40831A. Grayscale: #9B9B9B. Windows color (decimal): -4227867 or 15039679. OLE color: 15039679.
HSL color Cylindrical-coordinate representation of color #BF7CE5: hue angle of 278.29º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF7CE5 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 124 | 229 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.10 |
| HSL | 278.29º | 0.67% | 0.69% | - |
| HSV(B) | 278.29º | 0.46% | 0.9% | - |
| XYZ | 42.84 | 31.15 | 77.88 | - |
| YUV | 156 | 169.2 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 124 | 229 | 0.17 | 0.46 | 0 | 0.10 | 278.29 | 0.67 | 0.69 |
| Hex | BF | 7C | E5 | 11 | 2E | 0 | A | 116 | 43 | 45 |
| Octal | 277 | 174 | 345 | 21 | 56 | 0 | 12 | 426 | 103 | 105 |
| Binary | 10111111 | 1111100 | 11100101 | 10001 | 101110 | 0 | 1010 | 100010110 | 1000011 | 1000101 |
Color Harmonies of #BF7CE5
Complementary color
Monochromatic Colors of #BF7CE5
Black with #BF7CE5
Text Example
Text Example
White with #BF7CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7CE5; }
p { color: rgb(191,124,229); }
H1.HeaderClassName
{
color: #BF7CE5;
}
.AnyTagClassName
{
color: #BF7CE5;
}
</style>
background-color css
<style>
a { background-color: #BF7CE5; }
a { background-color: rgb(191,124,229); }
div.DivClassName
{
background-color: #BF7CE5;
}
.BgClassName
{
background-color: #BF7CE5;
}
</style>
border-color css
<style>
span { border-color: #BF7CE5; }
span { border-color: rgb(191,124,229); }
td.TdClassName
{
border-color: #BF7CE5;
}
.TagClassName
{
border-color: #BF7CE5;
}
</style>