Shades of Wisteria #BE95E0
Tints of Wisteria #BE95E0
RGB
CMYK
RGB Variations
Color information
#BE95E0 (or 0xBE95E0) is known color: Wisteria. HEX triplet: BE, 95 and E0. RGB value is (190,149,224). Sum of RGB (Red+Green+Blue) = 190+149+224=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 149 (58.59% from 255 or 26.47% from 563); Blue value is 224 (87.89% from 255 or 39.79% from 563); Max value from RGB is 224 - color contains mainly: blue. Hex color #BE95E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE95E0 is #416A1F. Grayscale: #A9A9A9. Windows color (decimal): -4287008 or 14718398. OLE color: 14718398.
HSL color Cylindrical-coordinate representation of color #BE95E0: hue angle of 272.8º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BE95E0 is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 149 | 224 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.12 |
| HSL | 272.8º | 0.55% | 0.73% | - |
| HSV(B) | 272.8º | 0.33% | 0.88% | - |
| XYZ | 45.44 | 37.82 | 75.43 | - |
| YUV | 169.81 | 158.58 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 149 | 224 | 0.15 | 0.33 | 0 | 0.12 | 272.8 | 0.55 | 0.73 |
| Hex | BE | 95 | E0 | F | 21 | 0 | C | 111 | 37 | 49 |
| Octal | 276 | 225 | 340 | 17 | 41 | 0 | 14 | 421 | 67 | 111 |
| Binary | 10111110 | 10010101 | 11100000 | 1111 | 100001 | 0 | 1100 | 100010001 | 110111 | 1001001 |
Color Harmonies of #BE95E0
Complementary color
Monochromatic Colors of #BE95E0
Black with #BE95E0
Text Example
Text Example
White with #BE95E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE95E0; }
p { color: rgb(190,149,224); }
H1.HeaderClassName
{
color: #BE95E0;
}
.AnyTagClassName
{
color: #BE95E0;
}
</style>
background-color css
<style>
a { background-color: #BE95E0; }
a { background-color: rgb(190,149,224); }
div.DivClassName
{
background-color: #BE95E0;
}
.BgClassName
{
background-color: #BE95E0;
}
</style>
border-color css
<style>
span { border-color: #BE95E0; }
span { border-color: rgb(190,149,224); }
td.TdClassName
{
border-color: #BE95E0;
}
.TagClassName
{
border-color: #BE95E0;
}
</style>