Shades of Wisteria #BF7FDD
Tints of Wisteria #BF7FDD
RGB
CMYK
RGB Variations
Color information
#BF7FDD (or 0xBF7FDD) is known color: Wisteria. HEX triplet: BF, 7F and DD. RGB value is (191,127,221). Sum of RGB (Red+Green+Blue) = 191+127+221=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 127 (50% from 255 or 23.56% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF7FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7FDD is #408022. Grayscale: #9C9C9C. Windows color (decimal): -4227107 or 14516159. OLE color: 14516159.
HSL color Cylindrical-coordinate representation of color #BF7FDD: hue angle of 280.85º degrees, saturation: 0.58, 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 #BF7FDD is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 127 | 221 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.13 |
| HSL | 280.85º | 0.58% | 0.68% | - |
| HSV(B) | 280.85º | 0.43% | 0.87% | - |
| XYZ | 42.13 | 31.48 | 72.26 | - |
| YUV | 156.85 | 164.2 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 127 | 221 | 0.14 | 0.43 | 0 | 0.13 | 280.85 | 0.58 | 0.68 |
| Hex | BF | 7F | DD | E | 2B | 0 | D | 119 | 3A | 44 |
| Octal | 277 | 177 | 335 | 16 | 53 | 0 | 15 | 431 | 72 | 104 |
| Binary | 10111111 | 1111111 | 11011101 | 1110 | 101011 | 0 | 1101 | 100011001 | 111010 | 1000100 |
Color Harmonies of #BF7FDD
Complementary color
Monochromatic Colors of #BF7FDD
Black with #BF7FDD
Text Example
Text Example
White with #BF7FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7FDD; }
p { color: rgb(191,127,221); }
H1.HeaderClassName
{
color: #BF7FDD;
}
.AnyTagClassName
{
color: #BF7FDD;
}
</style>
background-color css
<style>
a { background-color: #BF7FDD; }
a { background-color: rgb(191,127,221); }
div.DivClassName
{
background-color: #BF7FDD;
}
.BgClassName
{
background-color: #BF7FDD;
}
</style>
border-color css
<style>
span { border-color: #BF7FDD; }
span { border-color: rgb(191,127,221); }
td.TdClassName
{
border-color: #BF7FDD;
}
.TagClassName
{
border-color: #BF7FDD;
}
</style>