Shades of Wisteria #BE8CCD
Tints of Wisteria #BE8CCD
RGB
CMYK
RGB Variations
Color information
#BE8CCD (or 0xBE8CCD) is known color: Wisteria. HEX triplet: BE, 8C and CD. RGB value is (190,140,205). Sum of RGB (Red+Green+Blue) = 190+140+205=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE8CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8CCD is #417332. Grayscale: #A2A2A2. Windows color (decimal): -4289331 or 13470910. OLE color: 13470910.
HSL color Cylindrical-coordinate representation of color #BE8CCD: hue angle of 286.15º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BE8CCD is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 140 | 205 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.20 |
| HSL | 286.15º | 0.39% | 0.68% | - |
| HSV(B) | 286.15º | 0.32% | 0.8% | - |
| XYZ | 41.63 | 34.11 | 62.15 | - |
| YUV | 162.36 | 152.07 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 140 | 205 | 0.07 | 0.32 | 0 | 0.20 | 286.15 | 0.39 | 0.68 |
| Hex | BE | 8C | CD | 7 | 20 | 0 | 14 | 11E | 27 | 44 |
| Octal | 276 | 214 | 315 | 7 | 40 | 0 | 24 | 436 | 47 | 104 |
| Binary | 10111110 | 10001100 | 11001101 | 111 | 100000 | 0 | 10100 | 100011110 | 100111 | 1000100 |
Color Harmonies of #BE8CCD
Complementary color
Monochromatic Colors of #BE8CCD
Black with #BE8CCD
Text Example
Text Example
White with #BE8CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8CCD; }
p { color: rgb(190,140,205); }
H1.HeaderClassName
{
color: #BE8CCD;
}
.AnyTagClassName
{
color: #BE8CCD;
}
</style>
background-color css
<style>
a { background-color: #BE8CCD; }
a { background-color: rgb(190,140,205); }
div.DivClassName
{
background-color: #BE8CCD;
}
.BgClassName
{
background-color: #BE8CCD;
}
</style>
border-color css
<style>
span { border-color: #BE8CCD; }
span { border-color: rgb(190,140,205); }
td.TdClassName
{
border-color: #BE8CCD;
}
.TagClassName
{
border-color: #BE8CCD;
}
</style>