Shades of Wisteria #BF96DE
Tints of Wisteria #BF96DE
RGB
CMYK
RGB Variations
Color information
#BF96DE (or 0xBF96DE) is known color: Wisteria. HEX triplet: BF, 96 and DE. RGB value is (191,150,222). Sum of RGB (Red+Green+Blue) = 191+150+222=563 (74% of max value = 765). Red value is 191 (75% from 255 or 33.93% from 563); Green value is 150 (58.98% from 255 or 26.64% from 563); Blue value is 222 (87.11% from 255 or 39.43% from 563); Max value from RGB is 222 - color contains mainly: blue. Hex color #BF96DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF96DE is #406921. Grayscale: #AAAAAA. Windows color (decimal): -4221218 or 14587583. OLE color: 14587583.
HSL color Cylindrical-coordinate representation of color #BF96DE: hue angle of 274.17º 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 #BF96DE is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 150 | 222 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.13 |
| HSL | 274.17º | 0.52% | 0.73% | - |
| HSV(B) | 274.17º | 0.32% | 0.87% | - |
| XYZ | 45.58 | 38.16 | 74.07 | - |
| YUV | 170.47 | 157.08 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 150 | 222 | 0.14 | 0.32 | 0 | 0.13 | 274.17 | 0.52 | 0.73 |
| Hex | BF | 96 | DE | E | 20 | 0 | D | 112 | 34 | 49 |
| Octal | 277 | 226 | 336 | 16 | 40 | 0 | 15 | 422 | 64 | 111 |
| Binary | 10111111 | 10010110 | 11011110 | 1110 | 100000 | 0 | 1101 | 100010010 | 110100 | 1001001 |
Color Harmonies of #BF96DE
Complementary color
Monochromatic Colors of #BF96DE
Black with #BF96DE
Text Example
Text Example
White with #BF96DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF96DE; }
p { color: rgb(191,150,222); }
H1.HeaderClassName
{
color: #BF96DE;
}
.AnyTagClassName
{
color: #BF96DE;
}
</style>
background-color css
<style>
a { background-color: #BF96DE; }
a { background-color: rgb(191,150,222); }
div.DivClassName
{
background-color: #BF96DE;
}
.BgClassName
{
background-color: #BF96DE;
}
</style>
border-color css
<style>
span { border-color: #BF96DE; }
span { border-color: rgb(191,150,222); }
td.TdClassName
{
border-color: #BF96DE;
}
.TagClassName
{
border-color: #BF96DE;
}
</style>