Shades of Wisteria #BE8FE9
Tints of Wisteria #BE8FE9
RGB
CMYK
RGB Variations
Color information
#BE8FE9 (or 0xBE8FE9) is known color: Wisteria. HEX triplet: BE, 8F and E9. RGB value is (190,143,233). Sum of RGB (Red+Green+Blue) = 190+143+233=566 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.57% from 566); Green value is 143 (56.25% from 255 or 25.27% from 566); Blue value is 233 (91.41% from 255 or 41.17% from 566); Max value from RGB is 233 - color contains mainly: blue. Hex color #BE8FE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8FE9 is #417016. Grayscale: #A7A7A7. Windows color (decimal): -4288535 or 15306686. OLE color: 15306686.
HSL color Cylindrical-coordinate representation of color #BE8FE9: hue angle of 271.33º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE8FE9 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 143 | 233 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.09 |
| HSL | 271.33º | 0.67% | 0.74% | - |
| HSV(B) | 271.33º | 0.39% | 0.91% | - |
| XYZ | 45.77 | 36.48 | 81.72 | - |
| YUV | 167.31 | 165.07 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 143 | 233 | 0.18 | 0.39 | 0 | 0.09 | 271.33 | 0.67 | 0.74 |
| Hex | BE | 8F | E9 | 12 | 27 | 0 | 9 | 10F | 43 | 4A |
| Octal | 276 | 217 | 351 | 22 | 47 | 0 | 11 | 417 | 103 | 112 |
| Binary | 10111110 | 10001111 | 11101001 | 10010 | 100111 | 0 | 1001 | 100001111 | 1000011 | 1001010 |
Color Harmonies of #BE8FE9
Complementary color
Monochromatic Colors of #BE8FE9
Black with #BE8FE9
Text Example
Text Example
White with #BE8FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8FE9; }
p { color: rgb(190,143,233); }
H1.HeaderClassName
{
color: #BE8FE9;
}
.AnyTagClassName
{
color: #BE8FE9;
}
</style>
background-color css
<style>
a { background-color: #BE8FE9; }
a { background-color: rgb(190,143,233); }
div.DivClassName
{
background-color: #BE8FE9;
}
.BgClassName
{
background-color: #BE8FE9;
}
</style>
border-color css
<style>
span { border-color: #BE8FE9; }
span { border-color: rgb(190,143,233); }
td.TdClassName
{
border-color: #BE8FE9;
}
.TagClassName
{
border-color: #BE8FE9;
}
</style>