Shades of Wisteria #BF9ECD
Tints of Wisteria #BF9ECD
RGB
CMYK
RGB Variations
Color information
#BF9ECD (or 0xBF9ECD) is known color: Wisteria. HEX triplet: BF, 9E and CD. RGB value is (191,158,205). Sum of RGB (Red+Green+Blue) = 191+158+205=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 158 (62.11% from 255 or 28.52% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF9ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9ECD is #406132. Grayscale: #ADADAD. Windows color (decimal): -4219187 or 13475519. OLE color: 13475519.
HSL color Cylindrical-coordinate representation of color #BF9ECD: hue angle of 282.13º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BF9ECD is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 158 | 205 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.20 |
| HSL | 282.13º | 0.32% | 0.71% | - |
| HSV(B) | 282.13º | 0.23% | 0.8% | - |
| XYZ | 44.73 | 39.94 | 63.11 | - |
| YUV | 173.23 | 145.93 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 158 | 205 | 0.07 | 0.23 | 0 | 0.20 | 282.13 | 0.32 | 0.71 |
| Hex | BF | 9E | CD | 7 | 17 | 0 | 14 | 11A | 20 | 47 |
| Octal | 277 | 236 | 315 | 7 | 27 | 0 | 24 | 432 | 40 | 107 |
| Binary | 10111111 | 10011110 | 11001101 | 111 | 10111 | 0 | 10100 | 100011010 | 100000 | 1000111 |
Color Harmonies of #BF9ECD
Complementary color
Monochromatic Colors of #BF9ECD
Black with #BF9ECD
Text Example
Text Example
White with #BF9ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9ECD; }
p { color: rgb(191,158,205); }
H1.HeaderClassName
{
color: #BF9ECD;
}
.AnyTagClassName
{
color: #BF9ECD;
}
</style>
background-color css
<style>
a { background-color: #BF9ECD; }
a { background-color: rgb(191,158,205); }
div.DivClassName
{
background-color: #BF9ECD;
}
.BgClassName
{
background-color: #BF9ECD;
}
</style>
border-color css
<style>
span { border-color: #BF9ECD; }
span { border-color: rgb(191,158,205); }
td.TdClassName
{
border-color: #BF9ECD;
}
.TagClassName
{
border-color: #BF9ECD;
}
</style>