Shades of Wisteria #BE8BCD
Tints of Wisteria #BE8BCD
RGB
CMYK
RGB Variations
Color information
#BE8BCD (or 0xBE8BCD) is known color: Wisteria. HEX triplet: BE, 8B and CD. RGB value is (190,139,205). Sum of RGB (Red+Green+Blue) = 190+139+205=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 139 (54.69% from 255 or 26.03% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE8BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8BCD is #417432. Grayscale: #A1A1A1. Windows color (decimal): -4289587 or 13470654. OLE color: 13470654.
HSL color Cylindrical-coordinate representation of color #BE8BCD: hue angle of 286.36º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BE8BCD is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 139 | 205 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.20 |
| HSL | 286.36º | 0.4% | 0.67% | - |
| HSV(B) | 286.36º | 0.32% | 0.8% | - |
| XYZ | 41.49 | 33.82 | 62.1 | - |
| YUV | 161.77 | 152.4 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 139 | 205 | 0.07 | 0.32 | 0 | 0.20 | 286.36 | 0.4 | 0.67 |
| Hex | BE | 8B | CD | 7 | 20 | 0 | 14 | 11E | 28 | 43 |
| Octal | 276 | 213 | 315 | 7 | 40 | 0 | 24 | 436 | 50 | 103 |
| Binary | 10111110 | 10001011 | 11001101 | 111 | 100000 | 0 | 10100 | 100011110 | 101000 | 1000011 |
Color Harmonies of #BE8BCD
Complementary color
Monochromatic Colors of #BE8BCD
Black with #BE8BCD
Text Example
Text Example
White with #BE8BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8BCD; }
p { color: rgb(190,139,205); }
H1.HeaderClassName
{
color: #BE8BCD;
}
.AnyTagClassName
{
color: #BE8BCD;
}
</style>
background-color css
<style>
a { background-color: #BE8BCD; }
a { background-color: rgb(190,139,205); }
div.DivClassName
{
background-color: #BE8BCD;
}
.BgClassName
{
background-color: #BE8BCD;
}
</style>
border-color css
<style>
span { border-color: #BE8BCD; }
span { border-color: rgb(190,139,205); }
td.TdClassName
{
border-color: #BE8BCD;
}
.TagClassName
{
border-color: #BE8BCD;
}
</style>