Shades of Wisteria #BE8FEE
Tints of Wisteria #BE8FEE
RGB
CMYK
RGB Variations
Color information
#BE8FEE (or 0xBE8FEE) is known color: Wisteria. HEX triplet: BE, 8F and EE. RGB value is (190,143,238). Sum of RGB (Red+Green+Blue) = 190+143+238=571 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.27% from 571); Green value is 143 (56.25% from 255 or 25.04% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE8FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8FEE is #417011. Grayscale: #A7A7A7. Windows color (decimal): -4288530 or 15634366. OLE color: 15634366.
HSL color Cylindrical-coordinate representation of color #BE8FEE: hue angle of 269.68º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE8FEE is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 143 | 238 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.07 |
| HSL | 269.68º | 0.74% | 0.75% | - |
| HSV(B) | 269.68º | 0.4% | 0.93% | - |
| XYZ | 46.49 | 36.77 | 85.54 | - |
| YUV | 167.88 | 167.57 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 143 | 238 | 0.20 | 0.40 | 0 | 0.07 | 269.68 | 0.74 | 0.75 |
| Hex | BE | 8F | EE | 14 | 28 | 0 | 7 | 10E | 4A | 4B |
| Octal | 276 | 217 | 356 | 24 | 50 | 0 | 7 | 416 | 112 | 113 |
| Binary | 10111110 | 10001111 | 11101110 | 10100 | 101000 | 0 | 111 | 100001110 | 1001010 | 1001011 |
Color Harmonies of #BE8FEE
Complementary color
Monochromatic Colors of #BE8FEE
Black with #BE8FEE
Text Example
Text Example
White with #BE8FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8FEE; }
p { color: rgb(190,143,238); }
H1.HeaderClassName
{
color: #BE8FEE;
}
.AnyTagClassName
{
color: #BE8FEE;
}
</style>
background-color css
<style>
a { background-color: #BE8FEE; }
a { background-color: rgb(190,143,238); }
div.DivClassName
{
background-color: #BE8FEE;
}
.BgClassName
{
background-color: #BE8FEE;
}
</style>
border-color css
<style>
span { border-color: #BE8FEE; }
span { border-color: rgb(190,143,238); }
td.TdClassName
{
border-color: #BE8FEE;
}
.TagClassName
{
border-color: #BE8FEE;
}
</style>