#BE7FF0

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

Shades of Wisteria #BE7FF0

Tints of Wisteria #BE7FF0

Color information

#BE7FF0 (or 0xBE7FF0) is unknown color: approx Wisteria. HEX triplet: BE, 7F and F0. RGB value is (190,127,240). Sum of RGB (Red+Green+Blue) = 190+127+240=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 127 (50% from 255 or 22.80% from 557); Blue value is 240 (94.14% from 255 or 43.09% from 557); Max value from RGB is 240 - color contains mainly: blue. Hex color #BE7FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE7FF0 is #41800F. Grayscale: #9E9E9E. Windows color (decimal): -4292624 or 15761342. OLE color: 15761342.

HSL color Cylindrical-coordinate representation of color #BE7FF0: hue angle of 273.45º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE7FF0 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB190127240-
CMYK0.210.4700.06
HSL273.45º79.02%71.96%-
HSV(B)273.45º47.08%94.12%-
XYZ44.5532.4286.35-
YUV158.72173.87150.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.11%
GREEN value IS 127 (50% from 255) = 22.80%
BLUE value IS 240 (94.14% from 255) = 43.09%
R=34.11%
G=22.80%
B=43.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1901272400.210.4700.06273.4579.0271.96
HexBE7FF0152F061114f48
Octal276177360255706421117110
Binary1011111011111111111000010101101111011010001000110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7FF0; }

 p { color: rgb(190,127,240); }

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

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

 a { background-color: rgb(190,127,240); }

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

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

 span { border-color: rgb(190,127,240); }

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