Shades of Wisteria #BE92E0
Tints of Wisteria #BE92E0
RGB
CMYK
RGB Variations
Color information
#BE92E0 (or 0xBE92E0) is known color: Wisteria. HEX triplet: BE, 92 and E0. RGB value is (190,146,224). Sum of RGB (Red+Green+Blue) = 190+146+224=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 146 (57.42% from 255 or 26.07% from 560); Blue value is 224 (87.89% from 255 or 40% from 560); Max value from RGB is 224 - color contains mainly: blue. Hex color #BE92E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE92E0 is #416D1F. Grayscale: #A7A7A7. Windows color (decimal): -4287776 or 14717630. OLE color: 14717630.
HSL color Cylindrical-coordinate representation of color #BE92E0: hue angle of 273.85º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE92E0 is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 146 | 224 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.12 |
| HSL | 273.85º | 0.56% | 0.73% | - |
| HSV(B) | 273.85º | 0.35% | 0.88% | - |
| XYZ | 44.97 | 36.89 | 75.27 | - |
| YUV | 168.05 | 159.58 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 146 | 224 | 0.15 | 0.35 | 0 | 0.12 | 273.85 | 0.56 | 0.73 |
| Hex | BE | 92 | E0 | F | 23 | 0 | C | 112 | 38 | 49 |
| Octal | 276 | 222 | 340 | 17 | 43 | 0 | 14 | 422 | 70 | 111 |
| Binary | 10111110 | 10010010 | 11100000 | 1111 | 100011 | 0 | 1100 | 100010010 | 111000 | 1001001 |
Color Harmonies of #BE92E0
Complementary color
Monochromatic Colors of #BE92E0
Black with #BE92E0
Text Example
Text Example
White with #BE92E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE92E0; }
p { color: rgb(190,146,224); }
H1.HeaderClassName
{
color: #BE92E0;
}
.AnyTagClassName
{
color: #BE92E0;
}
</style>
background-color css
<style>
a { background-color: #BE92E0; }
a { background-color: rgb(190,146,224); }
div.DivClassName
{
background-color: #BE92E0;
}
.BgClassName
{
background-color: #BE92E0;
}
</style>
border-color css
<style>
span { border-color: #BE92E0; }
span { border-color: rgb(190,146,224); }
td.TdClassName
{
border-color: #BE92E0;
}
.TagClassName
{
border-color: #BE92E0;
}
</style>