Shades of Wisteria #BF97DE
Tints of Wisteria #BF97DE
RGB
CMYK
RGB Variations
Color information
#BF97DE (or 0xBF97DE) is known color: Wisteria. HEX triplet: BF, 97 and DE. RGB value is (191,151,222). Sum of RGB (Red+Green+Blue) = 191+151+222=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 151 (59.38% from 255 or 26.77% from 564); Blue value is 222 (87.11% from 255 or 39.36% from 564); Max value from RGB is 222 - color contains mainly: blue. Hex color #BF97DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF97DE is #406821. Grayscale: #AAAAAA. Windows color (decimal): -4220962 or 14587839. OLE color: 14587839.
HSL color Cylindrical-coordinate representation of color #BF97DE: hue angle of 273.8º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BF97DE is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 151 | 222 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.13 |
| HSL | 273.8º | 0.52% | 0.73% | - |
| HSV(B) | 273.8º | 0.32% | 0.87% | - |
| XYZ | 45.74 | 38.48 | 74.12 | - |
| YUV | 171.05 | 156.75 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 151 | 222 | 0.14 | 0.32 | 0 | 0.13 | 273.8 | 0.52 | 0.73 |
| Hex | BF | 97 | DE | E | 20 | 0 | D | 112 | 34 | 49 |
| Octal | 277 | 227 | 336 | 16 | 40 | 0 | 15 | 422 | 64 | 111 |
| Binary | 10111111 | 10010111 | 11011110 | 1110 | 100000 | 0 | 1101 | 100010010 | 110100 | 1001001 |
Color Harmonies of #BF97DE
Complementary color
Monochromatic Colors of #BF97DE
Black with #BF97DE
Text Example
Text Example
White with #BF97DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF97DE; }
p { color: rgb(191,151,222); }
H1.HeaderClassName
{
color: #BF97DE;
}
.AnyTagClassName
{
color: #BF97DE;
}
</style>
background-color css
<style>
a { background-color: #BF97DE; }
a { background-color: rgb(191,151,222); }
div.DivClassName
{
background-color: #BF97DE;
}
.BgClassName
{
background-color: #BF97DE;
}
</style>
border-color css
<style>
span { border-color: #BF97DE; }
span { border-color: rgb(191,151,222); }
td.TdClassName
{
border-color: #BF97DE;
}
.TagClassName
{
border-color: #BF97DE;
}
</style>