Shades of Wisteria #BF8BDA
Tints of Wisteria #BF8BDA
RGB
CMYK
RGB Variations
Color information
#BF8BDA (or 0xBF8BDA) is known color: Wisteria. HEX triplet: BF, 8B and DA. RGB value is (191,139,218). Sum of RGB (Red+Green+Blue) = 191+139+218=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 139 (54.69% from 255 or 25.36% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF8BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8BDA is #407425. Grayscale: #A3A3A3. Windows color (decimal): -4224038 or 14322623. OLE color: 14322623.
HSL color Cylindrical-coordinate representation of color #BF8BDA: hue angle of 279.49º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BF8BDA is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 139 | 218 | - |
| CMYK | 0.12 | 0.36 | 0 | 0.15 |
| HSL | 279.49º | 0.52% | 0.7% | - |
| HSV(B) | 279.49º | 0.36% | 0.85% | - |
| XYZ | 43.37 | 34.6 | 70.72 | - |
| YUV | 163.55 | 158.73 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 139 | 218 | 0.12 | 0.36 | 0 | 0.15 | 279.49 | 0.52 | 0.7 |
| Hex | BF | 8B | DA | C | 24 | 0 | F | 117 | 34 | 46 |
| Octal | 277 | 213 | 332 | 14 | 44 | 0 | 17 | 427 | 64 | 106 |
| Binary | 10111111 | 10001011 | 11011010 | 1100 | 100100 | 0 | 1111 | 100010111 | 110100 | 1000110 |
Color Harmonies of #BF8BDA
Complementary color
Monochromatic Colors of #BF8BDA
Black with #BF8BDA
Text Example
Text Example
White with #BF8BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8BDA; }
p { color: rgb(191,139,218); }
H1.HeaderClassName
{
color: #BF8BDA;
}
.AnyTagClassName
{
color: #BF8BDA;
}
</style>
background-color css
<style>
a { background-color: #BF8BDA; }
a { background-color: rgb(191,139,218); }
div.DivClassName
{
background-color: #BF8BDA;
}
.BgClassName
{
background-color: #BF8BDA;
}
</style>
border-color css
<style>
span { border-color: #BF8BDA; }
span { border-color: rgb(191,139,218); }
td.TdClassName
{
border-color: #BF8BDA;
}
.TagClassName
{
border-color: #BF8BDA;
}
</style>