Shades of Wisteria #BF8FDA
Tints of Wisteria #BF8FDA
RGB
CMYK
RGB Variations
Color information
#BF8FDA (or 0xBF8FDA) is known color: Wisteria. HEX triplet: BF, 8F and DA. RGB value is (191,143,218). Sum of RGB (Red+Green+Blue) = 191+143+218=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 143 (56.25% from 255 or 25.91% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF8FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8FDA is #407025. Grayscale: #A5A5A5. Windows color (decimal): -4223014 or 14323647. OLE color: 14323647.
HSL color Cylindrical-coordinate representation of color #BF8FDA: hue angle of 278.4º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BF8FDA is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 143 | 218 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.15 |
| HSL | 278.4º | 0.5% | 0.71% | - |
| HSV(B) | 278.4º | 0.34% | 0.85% | - |
| XYZ | 43.96 | 35.78 | 70.92 | - |
| YUV | 165.9 | 157.4 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 143 | 218 | 0.12 | 0.34 | 0 | 0.15 | 278.4 | 0.5 | 0.71 |
| Hex | BF | 8F | DA | C | 22 | 0 | F | 116 | 32 | 47 |
| Octal | 277 | 217 | 332 | 14 | 42 | 0 | 17 | 426 | 62 | 107 |
| Binary | 10111111 | 10001111 | 11011010 | 1100 | 100010 | 0 | 1111 | 100010110 | 110010 | 1000111 |
Color Harmonies of #BF8FDA
Complementary color
Monochromatic Colors of #BF8FDA
Black with #BF8FDA
Text Example
Text Example
White with #BF8FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8FDA; }
p { color: rgb(191,143,218); }
H1.HeaderClassName
{
color: #BF8FDA;
}
.AnyTagClassName
{
color: #BF8FDA;
}
</style>
background-color css
<style>
a { background-color: #BF8FDA; }
a { background-color: rgb(191,143,218); }
div.DivClassName
{
background-color: #BF8FDA;
}
.BgClassName
{
background-color: #BF8FDA;
}
</style>
border-color css
<style>
span { border-color: #BF8FDA; }
span { border-color: rgb(191,143,218); }
td.TdClassName
{
border-color: #BF8FDA;
}
.TagClassName
{
border-color: #BF8FDA;
}
</style>