Shades of Wisteria #BF7DDD
Tints of Wisteria #BF7DDD
RGB
CMYK
RGB Variations
Color information
#BF7DDD (or 0xBF7DDD) is known color: Wisteria. HEX triplet: BF, 7D and DD. RGB value is (191,125,221). Sum of RGB (Red+Green+Blue) = 191+125+221=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 125 (49.22% from 255 or 23.28% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF7DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7DDD is #408222. Grayscale: #9B9B9B. Windows color (decimal): -4227619 or 14515647. OLE color: 14515647.
HSL color Cylindrical-coordinate representation of color #BF7DDD: hue angle of 281.25º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF7DDD is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 125 | 221 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.13 |
| HSL | 281.25º | 0.59% | 0.68% | - |
| HSV(B) | 281.25º | 0.43% | 0.87% | - |
| XYZ | 41.87 | 30.96 | 72.18 | - |
| YUV | 155.68 | 164.87 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 125 | 221 | 0.14 | 0.43 | 0 | 0.13 | 281.25 | 0.59 | 0.68 |
| Hex | BF | 7D | DD | E | 2B | 0 | D | 119 | 3B | 44 |
| Octal | 277 | 175 | 335 | 16 | 53 | 0 | 15 | 431 | 73 | 104 |
| Binary | 10111111 | 1111101 | 11011101 | 1110 | 101011 | 0 | 1101 | 100011001 | 111011 | 1000100 |
Color Harmonies of #BF7DDD
Complementary color
Monochromatic Colors of #BF7DDD
Black with #BF7DDD
Text Example
Text Example
White with #BF7DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7DDD; }
p { color: rgb(191,125,221); }
H1.HeaderClassName
{
color: #BF7DDD;
}
.AnyTagClassName
{
color: #BF7DDD;
}
</style>
background-color css
<style>
a { background-color: #BF7DDD; }
a { background-color: rgb(191,125,221); }
div.DivClassName
{
background-color: #BF7DDD;
}
.BgClassName
{
background-color: #BF7DDD;
}
</style>
border-color css
<style>
span { border-color: #BF7DDD; }
span { border-color: rgb(191,125,221); }
td.TdClassName
{
border-color: #BF7DDD;
}
.TagClassName
{
border-color: #BF7DDD;
}
</style>