#BE82F0

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

Shades of Wisteria #BE82F0

Tints of Wisteria #BE82F0

Color information

#BE82F0 (or 0xBE82F0) is unknown color: approx Wisteria. HEX triplet: BE, 82 and F0. RGB value is (190,130,240). Sum of RGB (Red+Green+Blue) = 190+130+240=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 130 (51.17% from 255 or 23.21% from 560); Blue value is 240 (94.14% from 255 or 42.86% from 560); Max value from RGB is 240 - color contains mainly: blue. Hex color #BE82F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE82F0 is #417D0F. Grayscale: #A0A0A0. Windows color (decimal): -4291856 or 15762110. OLE color: 15762110.

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

Color convert

RGB190130240-
CMYK0.210.4600.06
HSL272.73º78.57%72.55%-
HSV(B)272.73º45.83%94.12%-
XYZ44.9533.286.48-
YUV160.48172.88149.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.93%
GREEN value IS 130 (51.17% from 255) = 23.21%
BLUE value IS 240 (94.14% from 255) = 42.86%
R=33.93%
G=23.21%
B=42.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1901302400.210.4600.06272.7378.5772.55
HexBE82F0152E061114f49
Octal276202360255606421117111
Binary10111110100000101111000010101101110011010001000110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE82F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE82F0; }

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

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

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

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

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

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

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

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