Shades of Wisteria #BF9ECC
Tints of Wisteria #BF9ECC
RGB
CMYK
RGB Variations
Color information
#BF9ECC (or 0xBF9ECC) is known color: Wisteria. HEX triplet: BF, 9E and CC. RGB value is (191,158,204). Sum of RGB (Red+Green+Blue) = 191+158+204=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 158 (62.11% from 255 or 28.57% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF9ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9ECC is #406133. Grayscale: #ACACAC. Windows color (decimal): -4219188 or 13409983. OLE color: 13409983.
HSL color Cylindrical-coordinate representation of color #BF9ECC: hue angle of 283.04º degrees, saturation: 0.31, 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 #BF9ECC is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 158 | 204 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.2 |
| HSL | 283.04º | 0.31% | 0.71% | - |
| HSV(B) | 283.04º | 0.23% | 0.8% | - |
| XYZ | 44.61 | 39.89 | 62.47 | - |
| YUV | 173.11 | 145.43 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 158 | 204 | 0.06 | 0.23 | 0 | 0.2 | 283.04 | 0.31 | 0.71 |
| Hex | BF | 9E | CC | 6 | 17 | 0 | 14 | 11B | 1F | 47 |
| Octal | 277 | 236 | 314 | 6 | 27 | 0 | 24 | 433 | 37 | 107 |
| Binary | 10111111 | 10011110 | 11001100 | 110 | 10111 | 0 | 10100 | 100011011 | 11111 | 1000111 |
Color Harmonies of #BF9ECC
Complementary color
Monochromatic Colors of #BF9ECC
Black with #BF9ECC
Text Example
Text Example
White with #BF9ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9ECC; }
p { color: rgb(191,158,204); }
H1.HeaderClassName
{
color: #BF9ECC;
}
.AnyTagClassName
{
color: #BF9ECC;
}
</style>
background-color css
<style>
a { background-color: #BF9ECC; }
a { background-color: rgb(191,158,204); }
div.DivClassName
{
background-color: #BF9ECC;
}
.BgClassName
{
background-color: #BF9ECC;
}
</style>
border-color css
<style>
span { border-color: #BF9ECC; }
span { border-color: rgb(191,158,204); }
td.TdClassName
{
border-color: #BF9ECC;
}
.TagClassName
{
border-color: #BF9ECC;
}
</style>