Shades of Wisteria #BE8BF5
Tints of Wisteria #BE8BF5
RGB
CMYK
RGB Variations
Color information
#BE8BF5 (or 0xBE8BF5) is known color: Wisteria. HEX triplet: BE, 8B and F5. RGB value is (190,139,245). Sum of RGB (Red+Green+Blue) = 190+139+245=574 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.10% from 574); Green value is 139 (54.69% from 255 or 24.22% from 574); Blue value is 245 (96.09% from 255 or 42.68% from 574); Max value from RGB is 245 - color contains mainly: blue. Hex color #BE8BF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8BF5 is #41740A. Grayscale: #A5A5A5. Windows color (decimal): -4289547 or 16092094. OLE color: 16092094.
HSL color Cylindrical-coordinate representation of color #BE8BF5: hue angle of 268.87º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE8BF5 is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 139 | 245 | - |
| CMYK | 0.22 | 0.43 | 0 | 0.04 |
| HSL | 268.87º | 0.84% | 0.75% | - |
| HSV(B) | 268.87º | 0.43% | 0.96% | - |
| XYZ | 46.95 | 36 | 90.86 | - |
| YUV | 166.33 | 172.4 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 139 | 245 | 0.22 | 0.43 | 0 | 0.04 | 268.87 | 0.84 | 0.75 |
| Hex | BE | 8B | F5 | 16 | 2B | 0 | 4 | 10D | 54 | 4B |
| Octal | 276 | 213 | 365 | 26 | 53 | 0 | 4 | 415 | 124 | 113 |
| Binary | 10111110 | 10001011 | 11110101 | 10110 | 101011 | 0 | 100 | 100001101 | 1010100 | 1001011 |
Color Harmonies of #BE8BF5
Complementary color
Monochromatic Colors of #BE8BF5
Black with #BE8BF5
Text Example
Text Example
White with #BE8BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8BF5; }
p { color: rgb(190,139,245); }
H1.HeaderClassName
{
color: #BE8BF5;
}
.AnyTagClassName
{
color: #BE8BF5;
}
</style>
background-color css
<style>
a { background-color: #BE8BF5; }
a { background-color: rgb(190,139,245); }
div.DivClassName
{
background-color: #BE8BF5;
}
.BgClassName
{
background-color: #BE8BF5;
}
</style>
border-color css
<style>
span { border-color: #BE8BF5; }
span { border-color: rgb(190,139,245); }
td.TdClassName
{
border-color: #BE8BF5;
}
.TagClassName
{
border-color: #BE8BF5;
}
</style>