Shades of Wisteria #BE8CFB
Tints of Wisteria #BE8CFB
RGB
CMYK
RGB Variations
Color information
#BE8CFB (or 0xBE8CFB) is known color: Wisteria. HEX triplet: BE, 8C and FB. RGB value is (190,140,251). Sum of RGB (Red+Green+Blue) = 190+140+251=581 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.70% from 581); Green value is 140 (55.08% from 255 or 24.10% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 251 - color contains mainly: blue. Hex color #BE8CFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8CFB is #417304. Grayscale: #A7A7A7. Windows color (decimal): -4289285 or 16485566. OLE color: 16485566.
HSL color Cylindrical-coordinate representation of color #BE8CFB: hue angle of 267.03º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE8CFB is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 140 | 251 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.02 |
| HSL | 267.03º | 0.93% | 0.77% | - |
| HSV(B) | 267.03º | 0.44% | 0.98% | - |
| XYZ | 48.03 | 36.67 | 95.81 | - |
| YUV | 167.6 | 175.07 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 140 | 251 | 0.24 | 0.44 | 0 | 0.02 | 267.03 | 0.93 | 0.77 |
| Hex | BE | 8C | FB | 18 | 2C | 0 | 2 | 10B | 5D | 4D |
| Octal | 276 | 214 | 373 | 30 | 54 | 0 | 2 | 413 | 135 | 115 |
| Binary | 10111110 | 10001100 | 11111011 | 11000 | 101100 | 0 | 10 | 100001011 | 1011101 | 1001101 |
Color Harmonies of #BE8CFB
Complementary color
Monochromatic Colors of #BE8CFB
Black with #BE8CFB
Text Example
Text Example
White with #BE8CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8CFB; }
p { color: rgb(190,140,251); }
H1.HeaderClassName
{
color: #BE8CFB;
}
.AnyTagClassName
{
color: #BE8CFB;
}
</style>
background-color css
<style>
a { background-color: #BE8CFB; }
a { background-color: rgb(190,140,251); }
div.DivClassName
{
background-color: #BE8CFB;
}
.BgClassName
{
background-color: #BE8CFB;
}
</style>
border-color css
<style>
span { border-color: #BE8CFB; }
span { border-color: rgb(190,140,251); }
td.TdClassName
{
border-color: #BE8CFB;
}
.TagClassName
{
border-color: #BE8CFB;
}
</style>