Shades of Wisteria #BF7ADD
Tints of Wisteria #BF7ADD
RGB
CMYK
RGB Variations
Color information
#BF7ADD (or 0xBF7ADD) is known color: Wisteria. HEX triplet: BF, 7A and DD. RGB value is (191,122,221). Sum of RGB (Red+Green+Blue) = 191+122+221=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 122 (48.05% from 255 or 22.85% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF7ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7ADD is #408522. Grayscale: #999999. Windows color (decimal): -4228387 or 14514879. OLE color: 14514879.
HSL color Cylindrical-coordinate representation of color #BF7ADD: hue angle of 281.82º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BF7ADD is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 122 | 221 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.13 |
| HSL | 281.82º | 0.59% | 0.67% | - |
| HSV(B) | 281.82º | 0.45% | 0.87% | - |
| XYZ | 41.5 | 30.22 | 72.05 | - |
| YUV | 153.92 | 165.86 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 122 | 221 | 0.14 | 0.45 | 0 | 0.13 | 281.82 | 0.59 | 0.67 |
| Hex | BF | 7A | DD | E | 2D | 0 | D | 11A | 3B | 43 |
| Octal | 277 | 172 | 335 | 16 | 55 | 0 | 15 | 432 | 73 | 103 |
| Binary | 10111111 | 1111010 | 11011101 | 1110 | 101101 | 0 | 1101 | 100011010 | 111011 | 1000011 |
Color Harmonies of #BF7ADD
Complementary color
Monochromatic Colors of #BF7ADD
Black with #BF7ADD
Text Example
Text Example
White with #BF7ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7ADD; }
p { color: rgb(191,122,221); }
H1.HeaderClassName
{
color: #BF7ADD;
}
.AnyTagClassName
{
color: #BF7ADD;
}
</style>
background-color css
<style>
a { background-color: #BF7ADD; }
a { background-color: rgb(191,122,221); }
div.DivClassName
{
background-color: #BF7ADD;
}
.BgClassName
{
background-color: #BF7ADD;
}
</style>
border-color css
<style>
span { border-color: #BF7ADD; }
span { border-color: rgb(191,122,221); }
td.TdClassName
{
border-color: #BF7ADD;
}
.TagClassName
{
border-color: #BF7ADD;
}
</style>