Shades of Wisteria #BE8AD4
Tints of Wisteria #BE8AD4
RGB
CMYK
RGB Variations
Color information
#BE8AD4 (or 0xBE8AD4) is known color: Wisteria. HEX triplet: BE, 8A and D4. RGB value is (190,138,212). Sum of RGB (Red+Green+Blue) = 190+138+212=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 138 (54.30% from 255 or 25.56% from 540); Blue value is 212 (83.20% from 255 or 39.26% from 540); Max value from RGB is 212 - color contains mainly: blue. Hex color #BE8AD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8AD4 is #41752B. Grayscale: #A1A1A1. Windows color (decimal): -4289836 or 13929150. OLE color: 13929150.
HSL color Cylindrical-coordinate representation of color #BE8AD4: hue angle of 282.16º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE8AD4 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 138 | 212 | - |
| CMYK | 0.10 | 0.35 | 0 | 0.17 |
| HSL | 282.16º | 0.46% | 0.69% | - |
| HSV(B) | 282.16º | 0.35% | 0.83% | - |
| XYZ | 42.21 | 33.88 | 66.6 | - |
| YUV | 161.98 | 156.23 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 138 | 212 | 0.10 | 0.35 | 0 | 0.17 | 282.16 | 0.46 | 0.69 |
| Hex | BE | 8A | D4 | A | 23 | 0 | 11 | 11A | 2E | 45 |
| Octal | 276 | 212 | 324 | 12 | 43 | 0 | 21 | 432 | 56 | 105 |
| Binary | 10111110 | 10001010 | 11010100 | 1010 | 100011 | 0 | 10001 | 100011010 | 101110 | 1000101 |
Color Harmonies of #BE8AD4
Complementary color
Monochromatic Colors of #BE8AD4
Black with #BE8AD4
Text Example
Text Example
White with #BE8AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8AD4; }
p { color: rgb(190,138,212); }
H1.HeaderClassName
{
color: #BE8AD4;
}
.AnyTagClassName
{
color: #BE8AD4;
}
</style>
background-color css
<style>
a { background-color: #BE8AD4; }
a { background-color: rgb(190,138,212); }
div.DivClassName
{
background-color: #BE8AD4;
}
.BgClassName
{
background-color: #BE8AD4;
}
</style>
border-color css
<style>
span { border-color: #BE8AD4; }
span { border-color: rgb(190,138,212); }
td.TdClassName
{
border-color: #BE8AD4;
}
.TagClassName
{
border-color: #BE8AD4;
}
</style>