#BE7BE0

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

Shades of Wisteria #BE7BE0

Tints of Wisteria #BE7BE0

Color information

#BE7BE0 (or 0xBE7BE0) is unknown color: approx Wisteria. HEX triplet: BE, 7B and E0. RGB value is (190,123,224). Sum of RGB (Red+Green+Blue) = 190+123+224=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 123 (48.44% from 255 or 22.91% from 537); Blue value is 224 (87.89% from 255 or 41.71% from 537); Max value from RGB is 224 - color contains mainly: blue. Hex color #BE7BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7BE0 is #41841F. Grayscale: #9A9A9A. Windows color (decimal): -4293664 or 14711742. OLE color: 14711742.

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

Color convert

RGB190123224-
CMYK0.150.4500.12
HSL279.8º61.96%68.04%-
HSV(B)279.8º45.09%87.84%-
XYZ41.7730.4974.21-
YUV154.55167.2153.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.38%
GREEN value IS 123 (48.44% from 255) = 22.91%
BLUE value IS 224 (87.89% from 255) = 41.71%
R=35.38%
G=22.91%
B=41.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1901232240.150.4500.12279.861.9668.04
HexBE7BE0F2D0C1183e44
Octal276173340175501443076104
Binary101111101111011111000001111101101011001000110001111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7BE0; }

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

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

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

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

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

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

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

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