Shades of Wisteria #BE8CCE
Tints of Wisteria #BE8CCE
RGB
CMYK
RGB Variations
Color information
#BE8CCE (or 0xBE8CCE) is known color: Wisteria. HEX triplet: BE, 8C and CE. RGB value is (190,140,206). Sum of RGB (Red+Green+Blue) = 190+140+206=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 140 (55.08% from 255 or 26.12% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE8CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8CCE is #417331. Grayscale: #A2A2A2. Windows color (decimal): -4289330 or 13536446. OLE color: 13536446.
HSL color Cylindrical-coordinate representation of color #BE8CCE: hue angle of 285.45º degrees, saturation: 0.4, 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 #BE8CCE is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 140 | 206 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.19 |
| HSL | 285.45º | 0.4% | 0.68% | - |
| HSV(B) | 285.45º | 0.32% | 0.81% | - |
| XYZ | 41.75 | 34.16 | 62.79 | - |
| YUV | 162.47 | 152.57 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 140 | 206 | 0.08 | 0.32 | 0 | 0.19 | 285.45 | 0.4 | 0.68 |
| Hex | BE | 8C | CE | 8 | 20 | 0 | 13 | 11D | 28 | 44 |
| Octal | 276 | 214 | 316 | 10 | 40 | 0 | 23 | 435 | 50 | 104 |
| Binary | 10111110 | 10001100 | 11001110 | 1000 | 100000 | 0 | 10011 | 100011101 | 101000 | 1000100 |
Color Harmonies of #BE8CCE
Complementary color
Monochromatic Colors of #BE8CCE
Black with #BE8CCE
Text Example
Text Example
White with #BE8CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8CCE; }
p { color: rgb(190,140,206); }
H1.HeaderClassName
{
color: #BE8CCE;
}
.AnyTagClassName
{
color: #BE8CCE;
}
</style>
background-color css
<style>
a { background-color: #BE8CCE; }
a { background-color: rgb(190,140,206); }
div.DivClassName
{
background-color: #BE8CCE;
}
.BgClassName
{
background-color: #BE8CCE;
}
</style>
border-color css
<style>
span { border-color: #BE8CCE; }
span { border-color: rgb(190,140,206); }
td.TdClassName
{
border-color: #BE8CCE;
}
.TagClassName
{
border-color: #BE8CCE;
}
</style>