Shades of Wisteria #BF88E5
Tints of Wisteria #BF88E5
RGB
CMYK
RGB Variations
Color information
#BF88E5 (or 0xBF88E5) is known color: Wisteria. HEX triplet: BF, 88 and E5. RGB value is (191,136,229). Sum of RGB (Red+Green+Blue) = 191+136+229=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 136 (53.52% from 255 or 24.46% from 556); Blue value is 229 (89.84% from 255 or 41.19% from 556); Max value from RGB is 229 - color contains mainly: blue. Hex color #BF88E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF88E5 is #40771A. Grayscale: #A2A2A2. Windows color (decimal): -4224795 or 15042751. OLE color: 15042751.
HSL color Cylindrical-coordinate representation of color #BF88E5: hue angle of 275.48º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF88E5 is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 136 | 229 | - |
| CMYK | 0.17 | 0.41 | 0 | 0.10 |
| HSL | 275.48º | 0.64% | 0.72% | - |
| HSV(B) | 275.48º | 0.41% | 0.9% | - |
| XYZ | 44.43 | 34.34 | 78.42 | - |
| YUV | 163.05 | 165.22 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 136 | 229 | 0.17 | 0.41 | 0 | 0.10 | 275.48 | 0.64 | 0.72 |
| Hex | BF | 88 | E5 | 11 | 29 | 0 | A | 113 | 40 | 48 |
| Octal | 277 | 210 | 345 | 21 | 51 | 0 | 12 | 423 | 100 | 110 |
| Binary | 10111111 | 10001000 | 11100101 | 10001 | 101001 | 0 | 1010 | 100010011 | 1000000 | 1001000 |
Color Harmonies of #BF88E5
Complementary color
Monochromatic Colors of #BF88E5
Black with #BF88E5
Text Example
Text Example
White with #BF88E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF88E5; }
p { color: rgb(191,136,229); }
H1.HeaderClassName
{
color: #BF88E5;
}
.AnyTagClassName
{
color: #BF88E5;
}
</style>
background-color css
<style>
a { background-color: #BF88E5; }
a { background-color: rgb(191,136,229); }
div.DivClassName
{
background-color: #BF88E5;
}
.BgClassName
{
background-color: #BF88E5;
}
</style>
border-color css
<style>
span { border-color: #BF88E5; }
span { border-color: rgb(191,136,229); }
td.TdClassName
{
border-color: #BF88E5;
}
.TagClassName
{
border-color: #BF88E5;
}
</style>