Shades of Wisteria #BE8CFA
Tints of Wisteria #BE8CFA
RGB
CMYK
RGB Variations
Color information
#BE8CFA (or 0xBE8CFA) is known color: Wisteria. HEX triplet: BE, 8C and FA. RGB value is (190,140,250). Sum of RGB (Red+Green+Blue) = 190+140+250=580 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.76% from 580); Green value is 140 (55.08% from 255 or 24.14% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #BE8CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8CFA is #417305. Grayscale: #A7A7A7. Windows color (decimal): -4289286 or 16420030. OLE color: 16420030.
HSL color Cylindrical-coordinate representation of color #BE8CFA: hue angle of 267.27º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE8CFA is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 140 | 250 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.02 |
| HSL | 267.27º | 0.92% | 0.76% | - |
| HSV(B) | 267.27º | 0.44% | 0.98% | - |
| XYZ | 47.87 | 36.61 | 94.99 | - |
| YUV | 167.49 | 174.57 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 140 | 250 | 0.24 | 0.44 | 0 | 0.02 | 267.27 | 0.92 | 0.76 |
| Hex | BE | 8C | FA | 18 | 2C | 0 | 2 | 10B | 5C | 4C |
| Octal | 276 | 214 | 372 | 30 | 54 | 0 | 2 | 413 | 134 | 114 |
| Binary | 10111110 | 10001100 | 11111010 | 11000 | 101100 | 0 | 10 | 100001011 | 1011100 | 1001100 |
Color Harmonies of #BE8CFA
Complementary color
Monochromatic Colors of #BE8CFA
Black with #BE8CFA
Text Example
Text Example
White with #BE8CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8CFA; }
p { color: rgb(190,140,250); }
H1.HeaderClassName
{
color: #BE8CFA;
}
.AnyTagClassName
{
color: #BE8CFA;
}
</style>
background-color css
<style>
a { background-color: #BE8CFA; }
a { background-color: rgb(190,140,250); }
div.DivClassName
{
background-color: #BE8CFA;
}
.BgClassName
{
background-color: #BE8CFA;
}
</style>
border-color css
<style>
span { border-color: #BE8CFA; }
span { border-color: rgb(190,140,250); }
td.TdClassName
{
border-color: #BE8CFA;
}
.TagClassName
{
border-color: #BE8CFA;
}
</style>