Shades of Wisteria #BF8BE5
Tints of Wisteria #BF8BE5
RGB
CMYK
RGB Variations
Color information
#BF8BE5 (or 0xBF8BE5) is known color: Wisteria. HEX triplet: BF, 8B and E5. RGB value is (191,139,229). Sum of RGB (Red+Green+Blue) = 191+139+229=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 139 (54.69% from 255 or 24.87% from 559); Blue value is 229 (89.84% from 255 or 40.97% from 559); Max value from RGB is 229 - color contains mainly: blue. Hex color #BF8BE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8BE5 is #40741A. Grayscale: #A4A4A4. Windows color (decimal): -4224027 or 15043519. OLE color: 15043519.
HSL color Cylindrical-coordinate representation of color #BF8BE5: hue angle of 274.67º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BF8BE5 is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 139 | 229 | - |
| CMYK | 0.17 | 0.39 | 0 | 0.10 |
| HSL | 274.67º | 0.63% | 0.72% | - |
| HSV(B) | 274.67º | 0.39% | 0.9% | - |
| XYZ | 44.86 | 35.2 | 78.56 | - |
| YUV | 164.81 | 164.23 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 139 | 229 | 0.17 | 0.39 | 0 | 0.10 | 274.67 | 0.63 | 0.72 |
| Hex | BF | 8B | E5 | 11 | 27 | 0 | A | 113 | 3F | 48 |
| Octal | 277 | 213 | 345 | 21 | 47 | 0 | 12 | 423 | 77 | 110 |
| Binary | 10111111 | 10001011 | 11100101 | 10001 | 100111 | 0 | 1010 | 100010011 | 111111 | 1001000 |
Color Harmonies of #BF8BE5
Complementary color
Monochromatic Colors of #BF8BE5
Black with #BF8BE5
Text Example
Text Example
White with #BF8BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8BE5; }
p { color: rgb(191,139,229); }
H1.HeaderClassName
{
color: #BF8BE5;
}
.AnyTagClassName
{
color: #BF8BE5;
}
</style>
background-color css
<style>
a { background-color: #BF8BE5; }
a { background-color: rgb(191,139,229); }
div.DivClassName
{
background-color: #BF8BE5;
}
.BgClassName
{
background-color: #BF8BE5;
}
</style>
border-color css
<style>
span { border-color: #BF8BE5; }
span { border-color: rgb(191,139,229); }
td.TdClassName
{
border-color: #BF8BE5;
}
.TagClassName
{
border-color: #BF8BE5;
}
</style>