Shades of Wisteria #BE8BEE
Tints of Wisteria #BE8BEE
RGB
CMYK
RGB Variations
Color information
#BE8BEE (or 0xBE8BEE) is known color: Wisteria. HEX triplet: BE, 8B and EE. RGB value is (190,139,238). Sum of RGB (Red+Green+Blue) = 190+139+238=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 139 (54.69% from 255 or 24.51% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE8BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8BEE is #417411. Grayscale: #A5A5A5. Windows color (decimal): -4289554 or 15633342. OLE color: 15633342.
HSL color Cylindrical-coordinate representation of color #BE8BEE: hue angle of 270.91º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE8BEE is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 139 | 238 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.07 |
| HSL | 270.91º | 0.74% | 0.74% | - |
| HSV(B) | 270.91º | 0.42% | 0.93% | - |
| XYZ | 45.9 | 35.59 | 85.34 | - |
| YUV | 165.54 | 168.9 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 139 | 238 | 0.20 | 0.42 | 0 | 0.07 | 270.91 | 0.74 | 0.74 |
| Hex | BE | 8B | EE | 14 | 2A | 0 | 7 | 10F | 4A | 4A |
| Octal | 276 | 213 | 356 | 24 | 52 | 0 | 7 | 417 | 112 | 112 |
| Binary | 10111110 | 10001011 | 11101110 | 10100 | 101010 | 0 | 111 | 100001111 | 1001010 | 1001010 |
Color Harmonies of #BE8BEE
Complementary color
Monochromatic Colors of #BE8BEE
Black with #BE8BEE
Text Example
Text Example
White with #BE8BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8BEE; }
p { color: rgb(190,139,238); }
H1.HeaderClassName
{
color: #BE8BEE;
}
.AnyTagClassName
{
color: #BE8BEE;
}
</style>
background-color css
<style>
a { background-color: #BE8BEE; }
a { background-color: rgb(190,139,238); }
div.DivClassName
{
background-color: #BE8BEE;
}
.BgClassName
{
background-color: #BE8BEE;
}
</style>
border-color css
<style>
span { border-color: #BE8BEE; }
span { border-color: rgb(190,139,238); }
td.TdClassName
{
border-color: #BE8BEE;
}
.TagClassName
{
border-color: #BE8BEE;
}
</style>