Shades of Wisteria #BE8BEA
Tints of Wisteria #BE8BEA
RGB
CMYK
RGB Variations
Color information
#BE8BEA (or 0xBE8BEA) is known color: Wisteria. HEX triplet: BE, 8B and EA. RGB value is (190,139,234). Sum of RGB (Red+Green+Blue) = 190+139+234=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 139 (54.69% from 255 or 24.69% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 234 - color contains mainly: blue. Hex color #BE8BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8BEA is #417415. Grayscale: #A4A4A4. Windows color (decimal): -4289558 or 15371198. OLE color: 15371198.
HSL color Cylindrical-coordinate representation of color #BE8BEA: hue angle of 272.21º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE8BEA is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 139 | 234 | - |
| CMYK | 0.19 | 0.41 | 0 | 0.08 |
| HSL | 272.21º | 0.69% | 0.73% | - |
| HSV(B) | 272.21º | 0.41% | 0.92% | - |
| XYZ | 45.32 | 35.35 | 82.28 | - |
| YUV | 165.08 | 166.9 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 139 | 234 | 0.19 | 0.41 | 0 | 0.08 | 272.21 | 0.69 | 0.73 |
| Hex | BE | 8B | EA | 13 | 29 | 0 | 8 | 110 | 45 | 49 |
| Octal | 276 | 213 | 352 | 23 | 51 | 0 | 10 | 420 | 105 | 111 |
| Binary | 10111110 | 10001011 | 11101010 | 10011 | 101001 | 0 | 1000 | 100010000 | 1000101 | 1001001 |
Color Harmonies of #BE8BEA
Complementary color
Monochromatic Colors of #BE8BEA
Black with #BE8BEA
Text Example
Text Example
White with #BE8BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8BEA; }
p { color: rgb(190,139,234); }
H1.HeaderClassName
{
color: #BE8BEA;
}
.AnyTagClassName
{
color: #BE8BEA;
}
</style>
background-color css
<style>
a { background-color: #BE8BEA; }
a { background-color: rgb(190,139,234); }
div.DivClassName
{
background-color: #BE8BEA;
}
.BgClassName
{
background-color: #BE8BEA;
}
</style>
border-color css
<style>
span { border-color: #BE8BEA; }
span { border-color: rgb(190,139,234); }
td.TdClassName
{
border-color: #BE8BEA;
}
.TagClassName
{
border-color: #BE8BEA;
}
</style>