#BE7BE2

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

Shades of Wisteria #BE7BE2

Tints of Wisteria #BE7BE2

Color information

#BE7BE2 (or 0xBE7BE2) is unknown color: approx Wisteria. HEX triplet: BE, 7B and E2. RGB value is (190,123,226). Sum of RGB (Red+Green+Blue) = 190+123+226=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 123 (48.44% from 255 or 22.82% from 539); Blue value is 226 (88.67% from 255 or 41.93% from 539); Max value from RGB is 226 - color contains mainly: blue. Hex color #BE7BE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7BE2 is #41841D. Grayscale: #9A9A9A. Windows color (decimal): -4293662 or 14842814. OLE color: 14842814.

HSL color Cylindrical-coordinate representation of color #BE7BE2: hue angle of 279.03º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE7BE2 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB190123226-
CMYK0.160.4600.11
HSL279.03º63.98%68.43%-
HSV(B)279.03º45.58%88.63%-
XYZ42.0530.675.64-
YUV154.78168.2153.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.25%
GREEN value IS 123 (48.44% from 255) = 22.82%
BLUE value IS 226 (88.67% from 255) = 41.93%
R=35.25%
G=22.82%
B=41.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1901232260.160.4600.11279.0363.9868.43
HexBE7BE2102E0B1174044
Octal2761733422056013427100104
Binary10111110111101111100010100001011100101110001011110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7BE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7BE2; }

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

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

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

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

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

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

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

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