Shades of Wisteria #BF7BDD
Tints of Wisteria #BF7BDD
RGB
CMYK
RGB Variations
Color information
#BF7BDD (or 0xBF7BDD) is known color: Wisteria. HEX triplet: BF, 7B and DD. RGB value is (191,123,221). Sum of RGB (Red+Green+Blue) = 191+123+221=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 123 (48.44% from 255 or 22.99% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF7BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7BDD is #408422. Grayscale: #9A9A9A. Windows color (decimal): -4228131 or 14515135. OLE color: 14515135.
HSL color Cylindrical-coordinate representation of color #BF7BDD: hue angle of 281.63º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF7BDD is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 123 | 221 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.13 |
| HSL | 281.63º | 0.59% | 0.67% | - |
| HSV(B) | 281.63º | 0.44% | 0.87% | - |
| XYZ | 41.62 | 30.46 | 72.09 | - |
| YUV | 154.5 | 165.53 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 123 | 221 | 0.14 | 0.44 | 0 | 0.13 | 281.63 | 0.59 | 0.67 |
| Hex | BF | 7B | DD | E | 2C | 0 | D | 11A | 3B | 43 |
| Octal | 277 | 173 | 335 | 16 | 54 | 0 | 15 | 432 | 73 | 103 |
| Binary | 10111111 | 1111011 | 11011101 | 1110 | 101100 | 0 | 1101 | 100011010 | 111011 | 1000011 |
Color Harmonies of #BF7BDD
Complementary color
Monochromatic Colors of #BF7BDD
Black with #BF7BDD
Text Example
Text Example
White with #BF7BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7BDD; }
p { color: rgb(191,123,221); }
H1.HeaderClassName
{
color: #BF7BDD;
}
.AnyTagClassName
{
color: #BF7BDD;
}
</style>
background-color css
<style>
a { background-color: #BF7BDD; }
a { background-color: rgb(191,123,221); }
div.DivClassName
{
background-color: #BF7BDD;
}
.BgClassName
{
background-color: #BF7BDD;
}
</style>
border-color css
<style>
span { border-color: #BF7BDD; }
span { border-color: rgb(191,123,221); }
td.TdClassName
{
border-color: #BF7BDD;
}
.TagClassName
{
border-color: #BF7BDD;
}
</style>