Shades of Wisteria #BE8ECB
Tints of Wisteria #BE8ECB
RGB
CMYK
RGB Variations
Color information
#BE8ECB (or 0xBE8ECB) is known color: Wisteria. HEX triplet: BE, 8E and CB. RGB value is (190,142,203). Sum of RGB (Red+Green+Blue) = 190+142+203=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 142 (55.86% from 255 or 26.54% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE8ECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8ECB is #417134. Grayscale: #A3A3A3. Windows color (decimal): -4288821 or 13340350. OLE color: 13340350.
HSL color Cylindrical-coordinate representation of color #BE8ECB: hue angle of 287.21º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BE8ECB is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 142 | 203 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.20 |
| HSL | 287.21º | 0.37% | 0.68% | - |
| HSV(B) | 287.21º | 0.3% | 0.8% | - |
| XYZ | 41.69 | 34.6 | 60.98 | - |
| YUV | 163.31 | 150.4 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 142 | 203 | 0.06 | 0.30 | 0 | 0.20 | 287.21 | 0.37 | 0.68 |
| Hex | BE | 8E | CB | 6 | 1E | 0 | 14 | 11F | 25 | 44 |
| Octal | 276 | 216 | 313 | 6 | 36 | 0 | 24 | 437 | 45 | 104 |
| Binary | 10111110 | 10001110 | 11001011 | 110 | 11110 | 0 | 10100 | 100011111 | 100101 | 1000100 |
Color Harmonies of #BE8ECB
Complementary color
Monochromatic Colors of #BE8ECB
Black with #BE8ECB
Text Example
Text Example
White with #BE8ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8ECB; }
p { color: rgb(190,142,203); }
H1.HeaderClassName
{
color: #BE8ECB;
}
.AnyTagClassName
{
color: #BE8ECB;
}
</style>
background-color css
<style>
a { background-color: #BE8ECB; }
a { background-color: rgb(190,142,203); }
div.DivClassName
{
background-color: #BE8ECB;
}
.BgClassName
{
background-color: #BE8ECB;
}
</style>
border-color css
<style>
span { border-color: #BE8ECB; }
span { border-color: rgb(190,142,203); }
td.TdClassName
{
border-color: #BE8ECB;
}
.TagClassName
{
border-color: #BE8ECB;
}
</style>