Shades of Wisteria #BF7ADE
Tints of Wisteria #BF7ADE
RGB
CMYK
RGB Variations
Color information
#BF7ADE (or 0xBF7ADE) is known color: Wisteria. HEX triplet: BF, 7A and DE. RGB value is (191,122,222). Sum of RGB (Red+Green+Blue) = 191+122+222=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 122 (48.05% from 255 or 22.80% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 222 - color contains mainly: blue. Hex color #BF7ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7ADE is #408521. Grayscale: #999999. Windows color (decimal): -4228386 or 14580415. OLE color: 14580415.
HSL color Cylindrical-coordinate representation of color #BF7ADE: hue angle of 281.4º degrees, saturation: 0.6, 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 #BF7ADE is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 122 | 222 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.13 |
| HSL | 281.4º | 0.6% | 0.67% | - |
| HSV(B) | 281.4º | 0.45% | 0.87% | - |
| XYZ | 41.63 | 30.27 | 72.76 | - |
| YUV | 154.03 | 166.36 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 122 | 222 | 0.14 | 0.45 | 0 | 0.13 | 281.4 | 0.6 | 0.67 |
| Hex | BF | 7A | DE | E | 2D | 0 | D | 119 | 3C | 43 |
| Octal | 277 | 172 | 336 | 16 | 55 | 0 | 15 | 431 | 74 | 103 |
| Binary | 10111111 | 1111010 | 11011110 | 1110 | 101101 | 0 | 1101 | 100011001 | 111100 | 1000011 |
Color Harmonies of #BF7ADE
Complementary color
Monochromatic Colors of #BF7ADE
Black with #BF7ADE
Text Example
Text Example
White with #BF7ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7ADE; }
p { color: rgb(191,122,222); }
H1.HeaderClassName
{
color: #BF7ADE;
}
.AnyTagClassName
{
color: #BF7ADE;
}
</style>
background-color css
<style>
a { background-color: #BF7ADE; }
a { background-color: rgb(191,122,222); }
div.DivClassName
{
background-color: #BF7ADE;
}
.BgClassName
{
background-color: #BF7ADE;
}
</style>
border-color css
<style>
span { border-color: #BF7ADE; }
span { border-color: rgb(191,122,222); }
td.TdClassName
{
border-color: #BF7ADE;
}
.TagClassName
{
border-color: #BF7ADE;
}
</style>