Shades of Wisteria #BE8AD0
Tints of Wisteria #BE8AD0
RGB
CMYK
RGB Variations
Color information
#BE8AD0 (or 0xBE8AD0) is known color: Wisteria. HEX triplet: BE, 8A and D0. RGB value is (190,138,208). Sum of RGB (Red+Green+Blue) = 190+138+208=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 138 (54.30% from 255 or 25.75% from 536); Blue value is 208 (81.64% from 255 or 38.81% from 536); Max value from RGB is 208 - color contains mainly: blue. Hex color #BE8AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8AD0 is #41752F. Grayscale: #A1A1A1. Windows color (decimal): -4289840 or 13667006. OLE color: 13667006.
HSL color Cylindrical-coordinate representation of color #BE8AD0: hue angle of 284.57º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE8AD0 is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 138 | 208 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.18 |
| HSL | 284.57º | 0.43% | 0.68% | - |
| HSV(B) | 284.57º | 0.34% | 0.82% | - |
| XYZ | 41.71 | 33.68 | 63.98 | - |
| YUV | 161.53 | 154.23 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 138 | 208 | 0.09 | 0.34 | 0 | 0.18 | 284.57 | 0.43 | 0.68 |
| Hex | BE | 8A | D0 | 9 | 22 | 0 | 12 | 11D | 2B | 44 |
| Octal | 276 | 212 | 320 | 11 | 42 | 0 | 22 | 435 | 53 | 104 |
| Binary | 10111110 | 10001010 | 11010000 | 1001 | 100010 | 0 | 10010 | 100011101 | 101011 | 1000100 |
Color Harmonies of #BE8AD0
Complementary color
Monochromatic Colors of #BE8AD0
Black with #BE8AD0
Text Example
Text Example
White with #BE8AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8AD0; }
p { color: rgb(190,138,208); }
H1.HeaderClassName
{
color: #BE8AD0;
}
.AnyTagClassName
{
color: #BE8AD0;
}
</style>
background-color css
<style>
a { background-color: #BE8AD0; }
a { background-color: rgb(190,138,208); }
div.DivClassName
{
background-color: #BE8AD0;
}
.BgClassName
{
background-color: #BE8AD0;
}
</style>
border-color css
<style>
span { border-color: #BE8AD0; }
span { border-color: rgb(190,138,208); }
td.TdClassName
{
border-color: #BE8AD0;
}
.TagClassName
{
border-color: #BE8AD0;
}
</style>