Shades of Wisteria #BE8DCF
Tints of Wisteria #BE8DCF
RGB
CMYK
RGB Variations
Color information
#BE8DCF (or 0xBE8DCF) is known color: Wisteria. HEX triplet: BE, 8D and CF. RGB value is (190,141,207). Sum of RGB (Red+Green+Blue) = 190+141+207=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 141 (55.47% from 255 or 26.21% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE8DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8DCF is #417230. Grayscale: #A2A2A2. Windows color (decimal): -4289073 or 13602238. OLE color: 13602238.
HSL color Cylindrical-coordinate representation of color #BE8DCF: hue angle of 284.55º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BE8DCF is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 141 | 207 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.19 |
| HSL | 284.55º | 0.41% | 0.68% | - |
| HSV(B) | 284.55º | 0.32% | 0.81% | - |
| XYZ | 42.02 | 34.5 | 63.48 | - |
| YUV | 163.18 | 152.73 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 141 | 207 | 0.08 | 0.32 | 0 | 0.19 | 284.55 | 0.41 | 0.68 |
| Hex | BE | 8D | CF | 8 | 20 | 0 | 13 | 11D | 29 | 44 |
| Octal | 276 | 215 | 317 | 10 | 40 | 0 | 23 | 435 | 51 | 104 |
| Binary | 10111110 | 10001101 | 11001111 | 1000 | 100000 | 0 | 10011 | 100011101 | 101001 | 1000100 |
Color Harmonies of #BE8DCF
Complementary color
Monochromatic Colors of #BE8DCF
Black with #BE8DCF
Text Example
Text Example
White with #BE8DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8DCF; }
p { color: rgb(190,141,207); }
H1.HeaderClassName
{
color: #BE8DCF;
}
.AnyTagClassName
{
color: #BE8DCF;
}
</style>
background-color css
<style>
a { background-color: #BE8DCF; }
a { background-color: rgb(190,141,207); }
div.DivClassName
{
background-color: #BE8DCF;
}
.BgClassName
{
background-color: #BE8DCF;
}
</style>
border-color css
<style>
span { border-color: #BE8DCF; }
span { border-color: rgb(190,141,207); }
td.TdClassName
{
border-color: #BE8DCF;
}
.TagClassName
{
border-color: #BE8DCF;
}
</style>