Shades of Wisteria #BF9DCA
Tints of Wisteria #BF9DCA
RGB
CMYK
RGB Variations
Color information
#BF9DCA (or 0xBF9DCA) is known color: Wisteria. HEX triplet: BF, 9D and CA. RGB value is (191,157,202). Sum of RGB (Red+Green+Blue) = 191+157+202=550 (72% of max value = 765). Red value is 191 (75% from 255 or 34.73% from 550); Green value is 157 (61.72% from 255 or 28.55% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 202 - color contains mainly: blue. Hex color #BF9DCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9DCA is #406235. Grayscale: #ACACAC. Windows color (decimal): -4219446 or 13278655. OLE color: 13278655.
HSL color Cylindrical-coordinate representation of color #BF9DCA: hue angle of 285.33º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BF9DCA is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 157 | 202 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.21 |
| HSL | 285.33º | 0.3% | 0.7% | - |
| HSV(B) | 285.33º | 0.22% | 0.79% | - |
| XYZ | 44.2 | 39.45 | 61.16 | - |
| YUV | 172.3 | 144.76 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 157 | 202 | 0.05 | 0.22 | 0 | 0.21 | 285.33 | 0.3 | 0.7 |
| Hex | BF | 9D | CA | 5 | 16 | 0 | 15 | 11D | 1E | 46 |
| Octal | 277 | 235 | 312 | 5 | 26 | 0 | 25 | 435 | 36 | 106 |
| Binary | 10111111 | 10011101 | 11001010 | 101 | 10110 | 0 | 10101 | 100011101 | 11110 | 1000110 |
Color Harmonies of #BF9DCA
Complementary color
Monochromatic Colors of #BF9DCA
Black with #BF9DCA
Text Example
Text Example
White with #BF9DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9DCA; }
p { color: rgb(191,157,202); }
H1.HeaderClassName
{
color: #BF9DCA;
}
.AnyTagClassName
{
color: #BF9DCA;
}
</style>
background-color css
<style>
a { background-color: #BF9DCA; }
a { background-color: rgb(191,157,202); }
div.DivClassName
{
background-color: #BF9DCA;
}
.BgClassName
{
background-color: #BF9DCA;
}
</style>
border-color css
<style>
span { border-color: #BF9DCA; }
span { border-color: rgb(191,157,202); }
td.TdClassName
{
border-color: #BF9DCA;
}
.TagClassName
{
border-color: #BF9DCA;
}
</style>