Shades of Wisteria #BF7CDA
Tints of Wisteria #BF7CDA
RGB
CMYK
RGB Variations
Color information
#BF7CDA (or 0xBF7CDA) is known color: Wisteria. HEX triplet: BF, 7C and DA. RGB value is (191,124,218). Sum of RGB (Red+Green+Blue) = 191+124+218=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 124 (48.83% from 255 or 23.26% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF7CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7CDA is #408325. Grayscale: #9A9A9A. Windows color (decimal): -4227878 or 14318783. OLE color: 14318783.
HSL color Cylindrical-coordinate representation of color #BF7CDA: hue angle of 282.77º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF7CDA is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 124 | 218 | - |
| CMYK | 0.12 | 0.43 | 0 | 0.15 |
| HSL | 282.77º | 0.56% | 0.67% | - |
| HSV(B) | 282.77º | 0.43% | 0.85% | - |
| XYZ | 41.35 | 30.55 | 70.05 | - |
| YUV | 154.75 | 163.7 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 124 | 218 | 0.12 | 0.43 | 0 | 0.15 | 282.77 | 0.56 | 0.67 |
| Hex | BF | 7C | DA | C | 2B | 0 | F | 11B | 38 | 43 |
| Octal | 277 | 174 | 332 | 14 | 53 | 0 | 17 | 433 | 70 | 103 |
| Binary | 10111111 | 1111100 | 11011010 | 1100 | 101011 | 0 | 1111 | 100011011 | 111000 | 1000011 |
Color Harmonies of #BF7CDA
Complementary color
Monochromatic Colors of #BF7CDA
Black with #BF7CDA
Text Example
Text Example
White with #BF7CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7CDA; }
p { color: rgb(191,124,218); }
H1.HeaderClassName
{
color: #BF7CDA;
}
.AnyTagClassName
{
color: #BF7CDA;
}
</style>
background-color css
<style>
a { background-color: #BF7CDA; }
a { background-color: rgb(191,124,218); }
div.DivClassName
{
background-color: #BF7CDA;
}
.BgClassName
{
background-color: #BF7CDA;
}
</style>
border-color css
<style>
span { border-color: #BF7CDA; }
span { border-color: rgb(191,124,218); }
td.TdClassName
{
border-color: #BF7CDA;
}
.TagClassName
{
border-color: #BF7CDA;
}
</style>