Shades of Wisteria #BF8AD5
Tints of Wisteria #BF8AD5
RGB
CMYK
RGB Variations
Color information
#BF8AD5 (or 0xBF8AD5) is known color: Wisteria. HEX triplet: BF, 8A and D5. RGB value is (191,138,213). Sum of RGB (Red+Green+Blue) = 191+138+213=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 138 (54.30% from 255 or 25.46% from 542); Blue value is 213 (83.59% from 255 or 39.30% from 542); Max value from RGB is 213 - color contains mainly: blue. Hex color #BF8AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8AD5 is #40752A. Grayscale: #A2A2A2. Windows color (decimal): -4224299 or 13994687. OLE color: 13994687.
HSL color Cylindrical-coordinate representation of color #BF8AD5: hue angle of 282.4º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BF8AD5 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 138 | 213 | - |
| CMYK | 0.10 | 0.35 | 0 | 0.16 |
| HSL | 282.4º | 0.47% | 0.69% | - |
| HSV(B) | 282.4º | 0.35% | 0.84% | - |
| XYZ | 42.58 | 34.06 | 67.28 | - |
| YUV | 162.4 | 156.56 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 138 | 213 | 0.10 | 0.35 | 0 | 0.16 | 282.4 | 0.47 | 0.69 |
| Hex | BF | 8A | D5 | A | 23 | 0 | 10 | 11A | 2F | 45 |
| Octal | 277 | 212 | 325 | 12 | 43 | 0 | 20 | 432 | 57 | 105 |
| Binary | 10111111 | 10001010 | 11010101 | 1010 | 100011 | 0 | 10000 | 100011010 | 101111 | 1000101 |
Color Harmonies of #BF8AD5
Complementary color
Monochromatic Colors of #BF8AD5
Black with #BF8AD5
Text Example
Text Example
White with #BF8AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8AD5; }
p { color: rgb(191,138,213); }
H1.HeaderClassName
{
color: #BF8AD5;
}
.AnyTagClassName
{
color: #BF8AD5;
}
</style>
background-color css
<style>
a { background-color: #BF8AD5; }
a { background-color: rgb(191,138,213); }
div.DivClassName
{
background-color: #BF8AD5;
}
.BgClassName
{
background-color: #BF8AD5;
}
</style>
border-color css
<style>
span { border-color: #BF8AD5; }
span { border-color: rgb(191,138,213); }
td.TdClassName
{
border-color: #BF8AD5;
}
.TagClassName
{
border-color: #BF8AD5;
}
</style>