Shades of Wisteria #BF9DD3
Tints of Wisteria #BF9DD3
RGB
CMYK
RGB Variations
Color information
#BF9DD3 (or 0xBF9DD3) is known color: Wisteria. HEX triplet: BF, 9D and D3. RGB value is (191,157,211). Sum of RGB (Red+Green+Blue) = 191+157+211=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 157 (61.72% from 255 or 28.09% from 559); Blue value is 211 (82.81% from 255 or 37.75% from 559); Max value from RGB is 211 - color contains mainly: blue. Hex color #BF9DD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9DD3 is #40622C. Grayscale: #ADADAD. Windows color (decimal): -4219437 or 13868479. OLE color: 13868479.
HSL color Cylindrical-coordinate representation of color #BF9DD3: hue angle of 277.78º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BF9DD3 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 157 | 211 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.17 |
| HSL | 277.78º | 0.38% | 0.72% | - |
| HSV(B) | 277.78º | 0.26% | 0.83% | - |
| XYZ | 45.3 | 39.89 | 66.94 | - |
| YUV | 173.32 | 149.26 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 157 | 211 | 0.09 | 0.26 | 0 | 0.17 | 277.78 | 0.38 | 0.72 |
| Hex | BF | 9D | D3 | 9 | 1A | 0 | 11 | 116 | 26 | 48 |
| Octal | 277 | 235 | 323 | 11 | 32 | 0 | 21 | 426 | 46 | 110 |
| Binary | 10111111 | 10011101 | 11010011 | 1001 | 11010 | 0 | 10001 | 100010110 | 100110 | 1001000 |
Color Harmonies of #BF9DD3
Complementary color
Monochromatic Colors of #BF9DD3
Black with #BF9DD3
Text Example
Text Example
White with #BF9DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9DD3; }
p { color: rgb(191,157,211); }
H1.HeaderClassName
{
color: #BF9DD3;
}
.AnyTagClassName
{
color: #BF9DD3;
}
</style>
background-color css
<style>
a { background-color: #BF9DD3; }
a { background-color: rgb(191,157,211); }
div.DivClassName
{
background-color: #BF9DD3;
}
.BgClassName
{
background-color: #BF9DD3;
}
</style>
border-color css
<style>
span { border-color: #BF9DD3; }
span { border-color: rgb(191,157,211); }
td.TdClassName
{
border-color: #BF9DD3;
}
.TagClassName
{
border-color: #BF9DD3;
}
</style>