Shades of Wisteria #BE8BCF
Tints of Wisteria #BE8BCF
RGB
CMYK
RGB Variations
Color information
#BE8BCF (or 0xBE8BCF) is known color: Wisteria. HEX triplet: BE, 8B and CF. RGB value is (190,139,207). Sum of RGB (Red+Green+Blue) = 190+139+207=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 139 (54.69% from 255 or 25.93% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE8BCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8BCF is #417430. Grayscale: #A1A1A1. Windows color (decimal): -4289585 or 13601726. OLE color: 13601726.
HSL color Cylindrical-coordinate representation of color #BE8BCF: hue angle of 285º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BE8BCF is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 139 | 207 | - |
| CMYK | 0.08 | 0.33 | 0 | 0.19 |
| HSL | 285º | 0.41% | 0.68% | - |
| HSV(B) | 285º | 0.33% | 0.81% | - |
| XYZ | 41.73 | 33.92 | 63.38 | - |
| YUV | 162 | 153.4 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 139 | 207 | 0.08 | 0.33 | 0 | 0.19 | 285 | 0.41 | 0.68 |
| Hex | BE | 8B | CF | 8 | 21 | 0 | 13 | 11D | 29 | 44 |
| Octal | 276 | 213 | 317 | 10 | 41 | 0 | 23 | 435 | 51 | 104 |
| Binary | 10111110 | 10001011 | 11001111 | 1000 | 100001 | 0 | 10011 | 100011101 | 101001 | 1000100 |
Color Harmonies of #BE8BCF
Complementary color
Monochromatic Colors of #BE8BCF
Black with #BE8BCF
Text Example
Text Example
White with #BE8BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8BCF; }
p { color: rgb(190,139,207); }
H1.HeaderClassName
{
color: #BE8BCF;
}
.AnyTagClassName
{
color: #BE8BCF;
}
</style>
background-color css
<style>
a { background-color: #BE8BCF; }
a { background-color: rgb(190,139,207); }
div.DivClassName
{
background-color: #BE8BCF;
}
.BgClassName
{
background-color: #BE8BCF;
}
</style>
border-color css
<style>
span { border-color: #BE8BCF; }
span { border-color: rgb(190,139,207); }
td.TdClassName
{
border-color: #BE8BCF;
}
.TagClassName
{
border-color: #BE8BCF;
}
</style>