#BE94E0

Color #BE94E0 Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #BE94E0

Tints of Wisteria #BE94E0

Color information

#BE94E0 (or 0xBE94E0) is unknown color: approx Wisteria. HEX triplet: BE, 94 and E0. RGB value is (190,148,224). Sum of RGB (Red+Green+Blue) = 190+148+224=562 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.81% from 562); Green value is 148 (58.20% from 255 or 26.33% from 562); Blue value is 224 (87.89% from 255 or 39.86% from 562); Max value from RGB is 224 - color contains mainly: blue. Hex color #BE94E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE94E0 is #416B1F. Grayscale: #A8A8A8. Windows color (decimal): -4287264 or 14718142. OLE color: 14718142.

HSL color Cylindrical-coordinate representation of color #BE94E0: hue angle of 273.16º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE94E0 is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB190148224-
CMYK0.150.3400.12
HSL273.16º55.07%72.94%-
HSV(B)273.16º33.93%87.84%-
XYZ45.2837.5175.37-
YUV169.22158.91142.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 33.81%
GREEN value IS 148 (58.20% from 255) = 26.33%
BLUE value IS 224 (87.89% from 255) = 39.86%
R=33.81%
G=26.33%
B=39.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1901482240.150.3400.12273.1655.0772.94
HexBE94E0F220C1113749
Octal276224340174201442167111
Binary1011111010010100111000001111100010011001000100011101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE94E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE94E0; }

 p { color: rgb(190,148,224); }

 H1.HeaderClassName
 {
   color: #BE94E0;
 }
 .AnyTagClassName
 {
   color: #BE94E0;
 }
</style>
background-color css

<style>
 a { background-color: #BE94E0; }

 a { background-color: rgb(190,148,224); }

 div.DivClassName
 {
   background-color: #BE94E0;
 }
 .BgClassName
 {
   background-color: #BE94E0;
 }
</style>
border-color css

<style>
 span { border-color: #BE94E0; }

 span { border-color: rgb(190,148,224); }

 td.TdClassName
 {
   border-color: #BE94E0;
 }
 .TagClassName
 {
   border-color: #BE94E0;
 }
</style>