Shades of Wisteria #BF9ECE
Tints of Wisteria #BF9ECE
RGB
CMYK
RGB Variations
Color information
#BF9ECE (or 0xBF9ECE) is known color: Wisteria. HEX triplet: BF, 9E and CE. RGB value is (191,158,206). Sum of RGB (Red+Green+Blue) = 191+158+206=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 158 (62.11% from 255 or 28.47% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF9ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9ECE is #406131. Grayscale: #ADADAD. Windows color (decimal): -4219186 or 13541055. OLE color: 13541055.
HSL color Cylindrical-coordinate representation of color #BF9ECE: hue angle of 281.25º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BF9ECE is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 158 | 206 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.19 |
| HSL | 281.25º | 0.33% | 0.71% | - |
| HSV(B) | 281.25º | 0.23% | 0.81% | - |
| XYZ | 44.85 | 39.99 | 63.75 | - |
| YUV | 173.34 | 146.43 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 158 | 206 | 0.07 | 0.23 | 0 | 0.19 | 281.25 | 0.33 | 0.71 |
| Hex | BF | 9E | CE | 7 | 17 | 0 | 13 | 119 | 21 | 47 |
| Octal | 277 | 236 | 316 | 7 | 27 | 0 | 23 | 431 | 41 | 107 |
| Binary | 10111111 | 10011110 | 11001110 | 111 | 10111 | 0 | 10011 | 100011001 | 100001 | 1000111 |
Color Harmonies of #BF9ECE
Complementary color
Monochromatic Colors of #BF9ECE
Black with #BF9ECE
Text Example
Text Example
White with #BF9ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9ECE; }
p { color: rgb(191,158,206); }
H1.HeaderClassName
{
color: #BF9ECE;
}
.AnyTagClassName
{
color: #BF9ECE;
}
</style>
background-color css
<style>
a { background-color: #BF9ECE; }
a { background-color: rgb(191,158,206); }
div.DivClassName
{
background-color: #BF9ECE;
}
.BgClassName
{
background-color: #BF9ECE;
}
</style>
border-color css
<style>
span { border-color: #BF9ECE; }
span { border-color: rgb(191,158,206); }
td.TdClassName
{
border-color: #BF9ECE;
}
.TagClassName
{
border-color: #BF9ECE;
}
</style>