Shades of Wisteria #BF7CDF
Tints of Wisteria #BF7CDF
RGB
CMYK
RGB Variations
Color information
#BF7CDF (or 0xBF7CDF) is known color: Wisteria. HEX triplet: BF, 7C and DF. RGB value is (191,124,223). Sum of RGB (Red+Green+Blue) = 191+124+223=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 124 (48.83% from 255 or 23.05% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF7CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7CDF is #408320. Grayscale: #9A9A9A. Windows color (decimal): -4227873 or 14646463. OLE color: 14646463.
HSL color Cylindrical-coordinate representation of color #BF7CDF: hue angle of 280.61º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF7CDF is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 124 | 223 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.13 |
| HSL | 280.61º | 0.61% | 0.68% | - |
| HSV(B) | 280.61º | 0.44% | 0.87% | - |
| XYZ | 42.01 | 30.82 | 73.55 | - |
| YUV | 155.32 | 166.2 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 124 | 223 | 0.14 | 0.44 | 0 | 0.13 | 280.61 | 0.61 | 0.68 |
| Hex | BF | 7C | DF | E | 2C | 0 | D | 119 | 3D | 44 |
| Octal | 277 | 174 | 337 | 16 | 54 | 0 | 15 | 431 | 75 | 104 |
| Binary | 10111111 | 1111100 | 11011111 | 1110 | 101100 | 0 | 1101 | 100011001 | 111101 | 1000100 |
Color Harmonies of #BF7CDF
Complementary color
Monochromatic Colors of #BF7CDF
Black with #BF7CDF
Text Example
Text Example
White with #BF7CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7CDF; }
p { color: rgb(191,124,223); }
H1.HeaderClassName
{
color: #BF7CDF;
}
.AnyTagClassName
{
color: #BF7CDF;
}
</style>
background-color css
<style>
a { background-color: #BF7CDF; }
a { background-color: rgb(191,124,223); }
div.DivClassName
{
background-color: #BF7CDF;
}
.BgClassName
{
background-color: #BF7CDF;
}
</style>
border-color css
<style>
span { border-color: #BF7CDF; }
span { border-color: rgb(191,124,223); }
td.TdClassName
{
border-color: #BF7CDF;
}
.TagClassName
{
border-color: #BF7CDF;
}
</style>